summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
Diffstat (limited to 'Doc')
-rw-r--r--Doc/library/inspect.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/library/inspect.rst b/Doc/library/inspect.rst
index 37736ef..e33876b 100644
--- a/Doc/library/inspect.rst
+++ b/Doc/library/inspect.rst
@@ -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):