Skip to content

Commit 8aa1d53

Browse files
authored
Merge pull request #362 from ecmendenhall/python-lesson-2-typo-fix
Python: tiny typo fix
2 parents f0e6506 + 77245e3 commit 8aa1d53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/lesson2/tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ multiple *types* of objects that you work with in Python, and they don't all
8080
act the same way. The three types you've learnt so far are *integers* (`int`),
8181
*floats* (`float`), and *strings* (`str`). Integers are whole numbers, floats
8282
are numbers with a decimal point, and strings are any number of characters
83-
surrounded be either "" or ''. This is important to know because every Python
83+
surrounded by either "" or ''. This is important to know because every Python
8484
programmer has tried to do this at least once in their career:
8585

8686
"7" + 8

0 commit comments

Comments
 (0)