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 bec9aab commit 74ff460Copy full SHA for 74ff460
peps/pep-0750.rst
@@ -413,7 +413,7 @@ Implicit concatenation of two template string literals is also supported:
413
assert (t"Hello " t"{name}").strings == ("Hello ", "")
414
assert (t"Hello " t"{name}").values[0] == "World"
415
416
-Both implicit and explicit concatenation between ``Template`` and ``str`` is
+Both implicit and explicit concatenation of ``Template`` and ``str`` is
417
prohibited. This is because it is ambiguous whether the ``str`` should be
418
treated as a static string part or as an interpolation.
419
0 commit comments