From: Éric Araujo Date: Tue, 29 Nov 2011 15:34:58 +0000 (+0100) Subject: Fix typo (#13467) X-Git-Tag: v3.2.3rc1~345 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2bddc53cb96baa9ba799915c82648e0fa4318632;p=thirdparty%2FPython%2Fcpython.git Fix typo (#13467) --- diff --git a/Doc/library/sysconfig.rst b/Doc/library/sysconfig.rst index 5b2509a90965..c47dcce83cfb 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