Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b547148

Browse files
committed
Fix indentation
1 parent fbeb1a9 commit b547148

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/runpy.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ The :mod:`runpy` module provides two functions:
4949
loader does not make filename information available, this variable is set
5050
to :const:`None`.
5151

52-
``__cached__`` will be set to ``None``.
52+
``__cached__`` will be set to ``None``.
5353

5454
``__loader__`` is set to the :pep:`302` module loader used to retrieve the
5555
code for the module (This loader may be a wrapper around the standard

0 commit comments

Comments
 (0)