We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef12842 commit 2bfdc07Copy full SHA for 2bfdc07
1 file changed
doc/builtins.rst
@@ -61,8 +61,8 @@ draw images to the screen ("blit" them).
61
62
Returns the path of the file that was written, as a string.
63
64
- The default keybinding to take screenshots is F12 and doesn't
65
- require the user to manually use this function in their code.
+ You can press F12 to take a screenshot at any time, without
+ needing to call this function.
66
67
.. method:: draw.line(start, end, (r, g, b), width=1)
68
0 commit comments