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 2e7561b commit 1cbc2c8Copy full SHA for 1cbc2c8
peps/pep-0810.rst
@@ -411,7 +411,7 @@ It **only** resolves the lazy object being accessed.
411
412
Accessing a lazy object (from a global variable or a module attribute)
413
reifies the object. Accessing a module's ``__dict__`` reifies **all** lazy objects
414
-in that module. Operations that indirectly access ``__dict__`` (such as ``dir()``)
+in that module. Operations that indirectly access ``__dict__`` (such as :func`dir`)
415
also trigger this behavior.
416
417
Example using ``__dict__`` from external code:
0 commit comments