Skip to content

Commit b085fe9

Browse files
committed
update vizier cone search URLs and response
1 parent 93b37d8 commit b085fe9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/mivot/viewer.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ to the ``EpochPosition`` class.
4141
>>> activate_features("MIVOT")
4242
>>> if check_astropy_version() is False:
4343
... pytest.skip("MIVOT test skipped because of the astropy version.")
44-
>>> scs_srv = SCSService(" https://vizier.cds.unistra.fr/viz-bin/conesearch/V1.5/I/239/hip_main")
44+
>>> scs_srv = SCSService("https://vizier.cds.unistra.fr/viz-bin/conesearch/V1.5/I/239/hip_main")
4545
>>> m_viewer = MivotViewer(
4646
... scs_srv.search(
4747
... pos=SkyCoord(ra=52.26708 * u.degree, dec=59.94027 * u.degree, frame='icrs'),
@@ -196,4 +196,3 @@ Reference/API
196196
=============
197197
198198
.. automodapi:: pyvo.mivot.viewer
199-

0 commit comments

Comments
 (0)