Skip to content

Commit 04c7e90

Browse files
committed
Minor docstring cleanup
1 parent 57640b6 commit 04c7e90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

astroquery/ipac/irsa/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ def query_sia(self, *, pos=None, band=None, time=None, pol=None,
9191
Returns
9292
-------
9393
Results in `pyvo.dal.SIAResults` format.
94-
result.table in Astropy table format
94+
result.to_table() in Astropy table format
9595
"""
9696
return self.sia.search(
9797
pos=pos,

0 commit comments

Comments
 (0)