Skip to content

Commit bad8486

Browse files
authored
Fix minor typo in setupext.py
Fix typo: matplotlib -> Matplotlib
1 parent 64619e5 commit bad8486

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)