Skip to content

Commit 2bfdc07

Browse files
committed
Reverted wrong change.
1 parent ef12842 commit 2bfdc07

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/builtins.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ draw images to the screen ("blit" them).
6161

6262
Returns the path of the file that was written, as a string.
6363

64-
The default keybinding to take screenshots is F12 and doesn't
65-
require the user to manually use this function in their code.
64+
You can press F12 to take a screenshot at any time, without
65+
needing to call this function.
6666

6767
.. method:: draw.line(start, end, (r, g, b), width=1)
6868

0 commit comments

Comments
 (0)