Commit f3d52dda authored by Yury Selivanov's avatar Yury Selivanov

inspect.doc: Soften the note about inspect.signature not supporting

all builtin functions.
parent 0d80e5c8
......@@ -440,8 +440,8 @@ function.
.. note::
Some callables may not be introspectable in certain implementations of
Python. For example, in CPython, built-in functions defined in C provide
no metadata about their arguments.
Python. For example, in CPython, some built-in functions defined in
C provide no metadata about their arguments.
.. class:: Signature(parameters=None, \*, return_annotation=Signature.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