Skip to content

Commit 24154c1

Browse files
DougBurkewmclaugh
andauthored
Apply suggestions from code review
Co-authored-by: wmclaugh <[email protected]>
1 parent a31d331 commit 24154c1

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

helpers/extensions/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ def clean(xs):
115115

116116

117117
def build_ext(command, name, *args, **kwargs):
118-
"""Set up the requesites for building an extension.
118+
"""Set up the requisites for building an extension.
119119
120120
Parameters
121121
----------

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = sherpa
33
author = Smithsonian Astrophysical Observatory / Chandra X-Ray Center
44
author_email = [email protected]
5-
url = http://cxc.harvard.edu/sherpa/
5+
url = https://cxc.harvard.edu/sherpa/
66
project_urls =
77
Issue Tracker = https://github.com/sherpa/sherpa/issues
88

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@
2424
# Ideally we would rely on the configuration in setup.cfg to avoid
2525
# this situation, but as we may have users who still use old systems
2626
# add an error message. As Sherpa releases occur the minimum-supported
27-
# Python version is going to incrose (beyond 3.7) but it is not really
27+
# Python version is going to increase (beyond 3.7) but it is not really
2828
# worth spending a lot of time on the error message here.
2929
#
3030
# This is done before we load in any non-core modules to avoid people
31-
# installnig software that they can not use.
31+
# installing software that they can not use.
3232
#
3333
if sys.version_info < (3, 7):
3434
sys.stderr.write("Sherpa 4.14 (and later) requires Python 3.7 or later.\n\n")

0 commit comments

Comments
 (0)