We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a9a9e0 commit 74cbb0eCopy full SHA for 74cbb0e
1 file changed
peps/pep-0750.rst
@@ -426,7 +426,7 @@ of ``Template`` and ``str``:
426
427
name = "World"
428
assert (t"Hello " t"World").strings == ("Hello World",)
429
- assert (t"Hello " "World").stings == ("Hello World",)
+ assert (t"Hello " "World").strings == ("Hello World",)
430
assert ("Hello " t"World").strings == ("Hello World",)
431
432
0 commit comments