[Python-checkins] cpython: inspect.doc: Soften the note about inspect.signature not supporting

yury.selivanov python-checkins at python.org
Thu Jan 30 06:23:11 CET 2014


http://hg.python.org/cpython/rev/3ee3d4449a9f
changeset:   88834:3ee3d4449a9f
parent:      88832:0a3201aab2b8
user:        Yury Selivanov <yselivanov at sprymix.com>
date:        Thu Jan 30 00:22:57 2014 -0500
summary:
  inspect.doc: Soften the note about inspect.signature not supporting
all builtin functions.

files:
  Doc/library/inspect.rst |  4 ++--
  1 files changed, 2 insertions(+), 2 deletions(-)


diff --git a/Doc/library/inspect.rst b/Doc/library/inspect.rst
--- a/Doc/library/inspect.rst
+++ b/Doc/library/inspect.rst
@@ -440,8 +440,8 @@
    .. 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)

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list