Skip to content

Commit 4f54867

Browse files
corona101st1
authored andcommitted
bpo-33197: Add versionadded tag to the documentation of ParameterKind (GH-7536)
1 parent 9e6685e commit 4f54867

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

‎Doc/library/inspect.rst‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -756,6 +756,8 @@ function.
756756

757757
Describes a enum value of Parameter.kind.
758758

759+
.. versionadded:: 3.8
760+
759761
Example: print all descriptions of arguments::
760762

761763
>>> def foo(a, b, *, c, d=10):
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Add versionadded tag to the documentation of ParameterKind.description

0 commit comments

Comments
 (0)