Skip to content

Commit 5c5ac7e

Browse files
committed
Coding style
1 parent e84a712 commit 5c5ac7e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/sysconfig/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -739,7 +739,7 @@ def get_python_version():
739739

740740

741741
def _get_python_version_abi():
742-
return get_config_var('py_version_short') + get_config_var("abi_thread")
742+
return get_config_var('py_version_short') + get_config_var('abi_thread')
743743

744744

745745
def expand_makefile_vars(s, vars):

0 commit comments

Comments
 (0)