Change by Terry J. Reedy :
--
resolution: -> duplicate
stage: -> resolved
status: open -> closed
superseder: -> Doc for turtle.write missing the tuple part of the font param
in 3.10+
type: -> behavior
versions: +Python 3.11
___
Python tracker
<
Éric Araujo added the comment:
The doc for the font parameter is: a triple (fontname, fontsize, fonttype)
but the default value in the signature is: font='Arial'
I do not know what’s font name vs font type!
Do you know if it’s valid to have font='Arial', in which case the doc should be
amend