[issue45872] Turtle: invalid example for write doc

2021-11-26 Thread Terry J. Reedy
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 <

[issue45872] Turtle: invalid example for write doc

2021-11-26 Thread Éric Araujo
É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