Fix whitespace error in setup.py (GH-31960)

This commit is contained in:
Erlend Egeberg Aasland 2022-03-17 17:53:29 +01:00 committed by GitHub
parent a5d246066b
commit 424dfc7231
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1247,7 +1247,7 @@ class PyBuildExt(build_ext):
self.missing.append('_curses_panel')
def detect_crypt(self):
self.addext(Extension('_crypt', ['_cryptmodule.c']))
self.addext(Extension('_crypt', ['_cryptmodule.c']))
def detect_dbm_gdbm(self):
# Modules that provide persistent dictionary-like semantics. You will