Skip to content

Commit 9a2d1a2

Browse files
committed
Merge pull request #636 from bsipocz/typos
Fixing typos
2 parents 36e62c1 + b7a90d9 commit 9a2d1a2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ python:
1919
env:
2020
global:
2121
# The following versions are the 'default' for tests, unless
22-
# overidden underneath. They are defined here in order to save having
22+
# overridden underneath. They are defined here in order to save having
2323
# to repeat them for all configurations.
2424
- MAIN_CMD='python setup.py'
2525
- NUMPY_VERSION=1.10

CHANGES

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
---------
33

44
- Fix NASA ADS, which had an internal syntax error (#602)
5-
- Bugifx in NRAO queries: telescope config was parsed incorrectly (#629)
5+
- Bugfix in NRAO queries: telescope config was parsed incorrectly (#629)
66
- IBE - added new module for locating data from PTF, WISE, and 2MASS from IRSA.
77
See <http://irsa.ipac.caltech.edu/ibe/> for more information about IBE and
88
<http://www.ptf.caltech.edu/page/ibe> for more information about PTF survey

astroquery/sdss/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -567,7 +567,7 @@ def get_spectra_async(self, coordinates=None, radius=2. * u.arcsec,
567567
results = []
568568
for row in matches:
569569
linkstr = self.SPECTRA_URL_SUFFIX
570-
# _parse_result returns bytes for instrunments, requiring a decode
570+
# _parse_result returns bytes for instruments, requiring a decode
571571
link = linkstr.format(
572572
base=conf.sas_baseurl, dr=data_release,
573573
instrument=row['instrument'].decode().lower(),

0 commit comments

Comments
 (0)