]> granicus.if.org Git - python/commitdiff
inspect.doc: Soften the note about inspect.signature not supporting
authorYury Selivanov <yselivanov@sprymix.com>
Thu, 30 Jan 2014 05:22:57 +0000 (00:22 -0500)
committerYury Selivanov <yselivanov@sprymix.com>
Thu, 30 Jan 2014 05:22:57 +0000 (00:22 -0500)
all builtin functions.

Doc/library/inspect.rst

index 492762e78d526b6d35a0318e6ea486bbf9c1b4e3..ccb2bd7c22cef7cd6b8519419b35afe421ef397a 100644 (file)
@@ -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)