Skip to content

Commit 74ff460

Browse files
davepeckwarsaw
andauthored
Update peps/pep-0750.rst
Commit Barry’s suggestion Co-authored-by: Barry Warsaw <barry@python.org>
1 parent bec9aab commit 74ff460

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

peps/pep-0750.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@ Implicit concatenation of two template string literals is also supported:
413413
assert (t"Hello " t"{name}").strings == ("Hello ", "")
414414
assert (t"Hello " t"{name}").values[0] == "World"
415415
416-
Both implicit and explicit concatenation between ``Template`` and ``str`` is
416+
Both implicit and explicit concatenation of ``Template`` and ``str`` is
417417
prohibited. This is because it is ambiguous whether the ``str`` should be
418418
treated as a static string part or as an interpolation.
419419

0 commit comments

Comments
 (0)