Skip to content

Commit af1c95f

Browse files
authoredAug 19, 2021
Merge pull request matplotlib#20862 from KonstHardy/patch-1
Fix minor typo in setupext.py
2 parents 64619e5 + bad8486 commit af1c95f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎setupext.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ def get_and_extract_tarball(urls, sha, dirname):
177177
LOCAL_QHULL_VERSION = '2020.2'
178178

179179

180-
# matplotlib build options, which can be altered using setup.cfg
180+
# Matplotlib build options, which can be altered using setup.cfg
181181
setup_cfg = os.environ.get('MPLSETUPCFG') or 'setup.cfg'
182182
config = configparser.ConfigParser()
183183
if os.path.exists(setup_cfg):

0 commit comments

Comments
 (0)
Please sign in to comment.