Skip to content

Commit 4f9f624

Browse files
committed
Don't try and parse t-string syntax from withdrawn PEP
1 parent 63c2676 commit 4f9f624

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

peps/pep-0501.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1326,7 +1326,7 @@ The approach to standardising lazy field evaluation described in this PEP is
13261326
primarily based on the anticipated needs of this hypothetical integration into
13271327
the logging module:
13281328

1329-
.. code-block:: python
1329+
.. code-block:: text
13301330
13311331
logging.debug(t"Eager evaluation of {expensive_call()}")
13321332
logging.debug(t"Lazy evaluation of {expensive_call!()}")

0 commit comments

Comments
 (0)