Skip to content

Commit bcd5913

Browse files
[doc] Fix indentation in inspect documentation (GH-24846) (GH-26288)
(cherry picked from commit 642fdfd) Co-authored-by: Numerlor <[email protected]>
1 parent d3cc689 commit bcd5913

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Doc/library/inspect.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -809,10 +809,10 @@ function.
809809
>>> str(param.replace(default=Parameter.empty, annotation='spam'))
810810
"foo:'spam'"
811811

812-
.. versionchanged:: 3.4
813-
In Python 3.3 Parameter objects were allowed to have ``name`` set
814-
to ``None`` if their ``kind`` was set to ``POSITIONAL_ONLY``.
815-
This is no longer permitted.
812+
.. versionchanged:: 3.4
813+
In Python 3.3 Parameter objects were allowed to have ``name`` set
814+
to ``None`` if their ``kind`` was set to ``POSITIONAL_ONLY``.
815+
This is no longer permitted.
816816

817817
.. class:: BoundArguments
818818

0 commit comments

Comments
 (0)