Skip to content

Commit

Permalink
MAINT: minor typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bsipocz committed Oct 31, 2022
1 parent a7f247f commit bacb8ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyvo/dal/query.py
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@ def to_table(self):
def table(self):
warn(AstropyDeprecationWarning(
'Using the table property is deprecated. '
'Please use se to_table() instead.'
'Please use the to_table() instead.'
))
return self.to_table()

Expand Down

0 comments on commit bacb8ab

Please sign in to comment.