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 63c2676 commit 4f9f624Copy full SHA for 4f9f624
peps/pep-0501.rst
@@ -1326,7 +1326,7 @@ The approach to standardising lazy field evaluation described in this PEP is
1326
primarily based on the anticipated needs of this hypothetical integration into
1327
the logging module:
1328
1329
-.. code-block:: python
+.. code-block:: text
1330
1331
logging.debug(t"Eager evaluation of {expensive_call()}")
1332
logging.debug(t"Lazy evaluation of {expensive_call!()}")
0 commit comments