[Python-checkins] cpython: Minor update of docs for inspect module.

andrew.svetlov python-checkins at python.org
Mon Aug 13 17:24:05 CEST 2012


http://hg.python.org/cpython/rev/843e0da7e91f
changeset:   78543:843e0da7e91f
user:        Andrew Svetlov <andrew.svetlov at gmail.com>
date:        Mon Aug 13 18:23:54 2012 +0300
summary:
  Minor update of docs for inspect module.

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


diff --git a/Doc/library/inspect.rst b/Doc/library/inspect.rst
--- a/Doc/library/inspect.rst
+++ b/Doc/library/inspect.rst
@@ -563,7 +563,7 @@
       |                        | definition.                                  |
       +------------------------+----------------------------------------------+
 
-      Print all keyword-only arguments without default values::
+      Example: print all keyword-only arguments without default values::
 
          >>> def foo(a, b, *, c, d=10):
          ...     pass

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


More information about the Python-checkins mailing list