Skip to content

Commit

Permalink
Fix whitespace error in setup.py (GH-31960)
Browse files Browse the repository at this point in the history
  • Loading branch information
Erlend Egeberg Aasland authored Mar 17, 2022
1 parent a5d2460 commit 424dfc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -1247,7 +1247,7 @@ def detect_readline_curses(self):
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
Expand Down

0 comments on commit 424dfc7

Please sign in to comment.