Skip to content

Commit c5bb272

Browse files
committed
Fix markup error.
1 parent 173f944 commit c5bb272

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/en/simple_drawing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ key to exit the pager.
125125

126126
Are you seeing an error like this::
127127

128-
NameError: name 'turtle' is not defined``
128+
NameError: name 'turtle' is not defined
129129

130130
when trying to view help? In Python you have to import names before you can refer to them, so in a new Python interactive shell you'll need to ``import turtle`` before ``help(turtle.color)`` will work.
131131

0 commit comments

Comments
 (0)