Skip to content

Commit 642fdfd

Browse files
authored
[doc] Fix indentation in inspect documentation (GH-24846)
1 parent 875b3d8 commit 642fdfd

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
@@ -834,10 +834,10 @@ function.
834834
>>> str(param.replace(default=Parameter.empty, annotation='spam'))
835835
"foo:'spam'"
836836

837-
.. versionchanged:: 3.4
838-
In Python 3.3 Parameter objects were allowed to have ``name`` set
839-
to ``None`` if their ``kind`` was set to ``POSITIONAL_ONLY``.
840-
This is no longer permitted.
837+
.. versionchanged:: 3.4
838+
In Python 3.3 Parameter objects were allowed to have ``name`` set
839+
to ``None`` if their ``kind`` was set to ``POSITIONAL_ONLY``.
840+
This is no longer permitted.
841841

842842
.. class:: BoundArguments
843843

0 commit comments

Comments
 (0)