Skip to content

Commit 4be5d33

Browse files
committed
Fixed missing word
1 parent 9ce111d commit 4be5d33

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

en/python_introduction/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Using double quotes:
6363
>>> "Runnin' down the hill"
6464
"Runnin' down the hill"
6565

66-
or escaping apostrophe with a backslash (`\`):
66+
or escaping the apostrophe with a backslash (`\`):
6767

6868
>>> 'Runnin\' down the hill'
6969
"Runnin' down the hill"

0 commit comments

Comments
 (0)