Skip to content

Commit 74cbb0e

Browse files
committed
stings -> strings (the typo, it stings!)
1 parent 0a9a9e0 commit 74cbb0e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

peps/pep-0750.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@ of ``Template`` and ``str``:
426426
427427
name = "World"
428428
assert (t"Hello " t"World").strings == ("Hello World",)
429-
assert (t"Hello " "World").stings == ("Hello World",)
429+
assert (t"Hello " "World").strings == ("Hello World",)
430430
assert ("Hello " t"World").strings == ("Hello World",)
431431
432432

0 commit comments

Comments
 (0)