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 1a2b358 commit da452f6Copy full SHA for da452f6
peps/pep-0810.rst
@@ -417,7 +417,7 @@ referenced the module. It **only** resolves the lazy object being accessed.
417
Accessing a lazy object (from a global variable or a module attribute) reifies
418
the object. Accessing a module's ``__dict__`` reifies **all** lazy objects in
419
that module. Operations that indirectly access ``__dict__`` (such as
420
-:func`dir`) also trigger this behavior.
+:func:`dir`) also trigger this behavior.
421
422
Example using ``__dict__`` from external code:
423
0 commit comments