Skip to content

Commit 9267cd3

Browse files
committed
Add missing word
1 parent 663f147 commit 9267cd3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/en/names.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ After that statement, if you do ``print(x)``, it will actually output its value
2424
turtle.forward(x)
2525

2626

27-
.. note:: You can not save numbers in variables, like we did here for "x", but
28-
you can actually save various kinds of things in them. A typical other thing
29-
you want to have store often is a "string" - a line of text. Strings are
30-
indicated with a starting and a leading \". You'll learn about this and
27+
.. note:: You can not only save numbers in variables, like we did here for "x",
28+
but you can actually save various kinds of things in them. A typical other
29+
thing you want to have store often is a "string" - a line of text. Strings
30+
are indicated with a starting and a leading \". You'll learn about this and
3131
other types, as those are called in Python, and what you can do with them
3232
later on.
3333

0 commit comments

Comments
 (0)