summaryrefslogtreecommitdiffstats
path: root/Doc/library/sysconfig.rst
diff options
context:
space:
mode:
authorÉric Araujo <merwok@netwok.org>2011-11-29 15:34:58 (GMT)
committerÉric Araujo <merwok@netwok.org>2011-11-29 15:34:58 (GMT)
commit2bddc53cb96baa9ba799915c82648e0fa4318632 (patch)
treea12cde0379b885d144665d19f2eb386eedec80c5 /Doc/library/sysconfig.rst
parentb9bb1f4db36ce4867f2d76fe04344a6c1d059a90 (diff)
downloadcpython-2bddc53cb96baa9ba799915c82648e0fa4318632.zip
cpython-2bddc53cb96baa9ba799915c82648e0fa4318632.tar.gz
cpython-2bddc53cb96baa9ba799915c82648e0fa4318632.tar.bz2
Fix typo (#13467)
Diffstat (limited to 'Doc/library/sysconfig.rst')
-rw-r--r--Doc/library/sysconfig.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/sysconfig.rst b/Doc/library/sysconfig.rst
index 5b2509a..c47dcce 100644
--- a/Doc/library/sysconfig.rst
+++ b/Doc/library/sysconfig.rst
@@ -130,7 +130,7 @@ identifier. Python currently uses eight paths:
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