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

eric.araujo python-checkins at python.org
Tue Nov 29 17:15:06 CET 2011


http://hg.python.org/cpython/rev/a7d38a969132
changeset:   73784:a7d38a969132
branch:      3.2
parent:      73780:aba5cce30d71
user:        Éric Araujo <merwok at netwok.org>
date:        Tue Nov 29 16:34:58 2011 +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
@@ -130,7 +130,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