Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2bddc53

Browse files
committed
Fix typo (#13467)
1 parent b9bb1f4 commit 2bddc53

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/sysconfig.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ identifier. Python currently uses eight paths:
130130
one may call this function and get the default value.
131131

132132
If *scheme* is provided, it must be a value from the list returned by
133-
:func:`get_path_names`. Otherwise, the default scheme for the current
133+
:func:`get_scheme_names`. Otherwise, the default scheme for the current
134134
platform is used.
135135

136136
If *vars* is provided, it must be a dictionary of variables that will update

0 commit comments

Comments
 (0)