Commit 232b9346 authored by Yury Selivanov's avatar Yury Selivanov

inspect.docs: Fix indentation and version-added for Signature.from_callable

parent 2819718e
......@@ -518,6 +518,8 @@ function.
sig = MySignature.from_callable(min)
assert isinstance(sig, MySignature)
.. versionadded:: 3.5
.. class:: Parameter(name, kind, \*, default=Parameter.empty, annotation=Parameter.empty)
......
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