Skip to content

Commit 4cdf297

Browse files
committed
fix variable name mistake
1 parent e7ebba0 commit 4cdf297

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGES.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ simbad
160160
- Optional keyword arguments are now keyword only. [#2609]
161161
- ``ROW_LIMIT`` is now respected when running region queries; previously, it
162162
was ignored for region queries but respected for all others. A new warning,
163-
``BadRowWarning``, is introduced for use when one or more query terms result
163+
``BlankResponseWarning``, is introduced for use when one or more query terms result
164164
in a blank or missing row; previously, only a generic warning was issued.
165165
[#2637]
166166

astroquery/exceptions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
'TableParseError', 'LoginError', 'ResolverError',
1010
'NoResultsWarning', 'LargeQueryWarning', 'InputWarning',
1111
'AuthenticationWarning', 'MaxResultsWarning', 'CorruptDataWarning',
12-
'BadRowWarning']
12+
'BlankResponseWarning']
1313

1414

1515
class TimeoutError(Exception):

0 commit comments

Comments
 (0)