We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ce111d commit 4be5d33Copy full SHA for 4be5d33
1 file changed
en/python_introduction/README.md
@@ -63,7 +63,7 @@ Using double quotes:
63
>>> "Runnin' down the hill"
64
"Runnin' down the hill"
65
66
-or escaping apostrophe with a backslash (`\`):
+or escaping the apostrophe with a backslash (`\`):
67
68
>>> 'Runnin\' down the hill'
69
0 commit comments