Commit 4f54867e authored by Dong-hee Na's avatar Dong-hee Na Committed by Yury Selivanov

bpo-33197: Add versionadded tag to the documentation of ParameterKind (GH-7536)

parent 9e6685ea
......@@ -756,6 +756,8 @@ function.
Describes a enum value of Parameter.kind.
.. versionadded:: 3.8
Example: print all descriptions of arguments::
>>> def foo(a, b, *, c, d=10):
......
Add versionadded tag to the documentation of ParameterKind.description
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment