We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 875b3d8 commit 642fdfdCopy full SHA for 642fdfd
Doc/library/inspect.rst
@@ -834,10 +834,10 @@ function.
834
>>> str(param.replace(default=Parameter.empty, annotation='spam'))
835
"foo:'spam'"
836
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.
+ .. versionchanged:: 3.4
+ In Python 3.3 Parameter objects were allowed to have ``name`` set
+ to ``None`` if their ``kind`` was set to ``POSITIONAL_ONLY``.
+ This is no longer permitted.
841
842
.. class:: BoundArguments
843
0 commit comments