We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents caf2d35 + 1616734 commit 0ee5387Copy full SHA for 0ee5387
docs/en/conditionals.rst
@@ -81,8 +81,8 @@ Now whenever you use ``move()`` you are prompted to choose ``left`` or
81
==============
82
83
In this program, the turtle will only respond to exactly ``left``
84
-or ``right`` with no variation. Though ``Left`` or ``RIGHT`` might
85
-seem the same to a human, that isn't the case when programming. Python
+or ``right`` with no variation. Though ``Left`` or ``LEFT`` might
+seem the same as ``left`` to a human, that isn't the case when programming. Python
86
has a few utility methods to help with that. A string has the methods
87
``.strip()``, which removes whitespace and ``.lower()`` which makes
88
everything lower-case.
0 commit comments