Skip to content

Commit 29332ff

Browse files
pablogsalhugovk
andauthored
Update pep-0810.rst
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
1 parent e30f83f commit 29332ff

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
@@ -461,7 +461,7 @@ immediately resolve all lazy objects (e.g. ``lazy from`` statements) that
461461
referenced the module. It **only** resolves the lazy object being accessed.
462462

463463
Accessing a lazy object (from a global variable or a module attribute) reifies
464-
the object.
464+
the object.
465465

466466
However, calling ``globals()`` or accessing a module's ``__dict__`` does
467467
**not** trigger reification -- they return the module's dictionary, and

0 commit comments

Comments
 (0)