mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
Typo fix.
This commit is contained in:
parent
42900941b8
commit
e918b6fdb5
1 changed files with 1 additions and 1 deletions
|
@ -226,7 +226,7 @@ class install (Command):
|
|||
# about needing recursive variable expansion (shudder).
|
||||
|
||||
py_version = (string.split(sys.version))[0]
|
||||
prefix = get_config_vars('prefix', 'exec_prefix')
|
||||
(prefix, exec_prefix) = get_config_vars('prefix', 'exec_prefix')
|
||||
self.config_vars = {'dist_name': self.distribution.get_name(),
|
||||
'dist_version': self.distribution.get_version(),
|
||||
'dist_fullname': self.distribution.get_fullname(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue