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 d3cc689 commit bcd5913Copy full SHA for bcd5913
Doc/library/inspect.rst
@@ -809,10 +809,10 @@ function.
809
>>> str(param.replace(default=Parameter.empty, annotation='spam'))
810
"foo:'spam'"
811
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.
+ .. 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.
816
817
.. class:: BoundArguments
818
0 commit comments