[Python-checkins] cpython (2.7): Fix typo (#13467)

eric.araujo python-checkins at python.org
Sun Feb 26 03:49:11 CET 2012


http://hg.python.org/cpython/rev/c78b41fa5258
changeset:   75270:c78b41fa5258
branch:      2.7
user:        Éric Araujo <merwok at netwok.org>
date:        Sun Feb 26 01:29:09 2012 +0100
summary:
  Fix typo (#13467)

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


diff --git a/Doc/library/sysconfig.rst b/Doc/library/sysconfig.rst
--- a/Doc/library/sysconfig.rst
+++ b/Doc/library/sysconfig.rst
@@ -129,7 +129,7 @@
    one may call this function and get the default value.
 
    If *scheme* is provided, it must be a value from the list returned by
-   :func:`get_path_names`.  Otherwise, the default scheme for the current
+   :func:`get_scheme_names`.  Otherwise, the default scheme for the current
    platform is used.
 
    If *vars* is provided, it must be a dictionary of variables that will update

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


More information about the Python-checkins mailing list