Skip to content

Commit da452f6

Browse files
committed
Fix lint error.
1 parent 1a2b358 commit da452f6

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
@@ -417,7 +417,7 @@ referenced the module. It **only** resolves the lazy object being accessed.
417417
Accessing a lazy object (from a global variable or a module attribute) reifies
418418
the object. Accessing a module's ``__dict__`` reifies **all** lazy objects in
419419
that module. Operations that indirectly access ``__dict__`` (such as
420-
:func`dir`) also trigger this behavior.
420+
:func:`dir`) also trigger this behavior.
421421

422422
Example using ``__dict__`` from external code:
423423

0 commit comments

Comments
 (0)