Skip to content

Commit 1cbc2c8

Browse files
Yhg1sAA-Turner
andauthored
Update peps/pep-0810.rst
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
1 parent 2e7561b commit 1cbc2c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

peps/pep-0810.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@ It **only** resolves the lazy object being accessed.
411411

412412
Accessing a lazy object (from a global variable or a module attribute)
413413
reifies the object. Accessing a module's ``__dict__`` reifies **all** lazy objects
414-
in that module. Operations that indirectly access ``__dict__`` (such as ``dir()``)
414+
in that module. Operations that indirectly access ``__dict__`` (such as :func`dir`)
415415
also trigger this behavior.
416416

417417
Example using ``__dict__`` from external code:

0 commit comments

Comments
 (0)