Skip to content

Commit 6b6acda

Browse files
committed
Fix news dangling reference (for now).
1 parent b9bac0e commit 6b6acda

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
Reflect recent :pep:`750` change.
22

3-
Disallow concatenation of :class:`string.Template` and :class:`str`. Also, disallow implicit
4-
concatenation of t-string literals with string or f-string literals.
3+
Disallow concatenation of ``string.templatelib.Template`` and :class:`str`.
4+
Also, disallow implicit concatenation of t-string literals with string or
5+
f-string literals.

0 commit comments

Comments
 (0)