Skip to content

Commit 0ee5387

Browse files
committed
Merge pull request OpenTechSchool#38 from SonOfLilit/master
left, right, left, right was confusing to a learner, I think I improved it
2 parents caf2d35 + 1616734 commit 0ee5387

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/en/conditionals.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@ Now whenever you use ``move()`` you are prompted to choose ``left`` or
8181
==============
8282

8383
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
84+
or ``right`` with no variation. Though ``Left`` or ``LEFT`` might
85+
seem the same as ``left`` to a human, that isn't the case when programming. Python
8686
has a few utility methods to help with that. A string has the methods
8787
``.strip()``, which removes whitespace and ``.lower()`` which makes
8888
everything lower-case.

0 commit comments

Comments
 (0)