Skip to content

Commit 4786e0c

Browse files
committed
Fix copy-paste mistake
1 parent e6c4b3e commit 4786e0c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/sbpy/dynamics.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -546,8 +546,8 @@ The following example compares syndynes to a Spitzer Space Telesocpe image of co
546546
>>> dt = np.linspace(-1, 1) * u.d # doctest: +REMOTE_DATA
547547
>>> dust.source_orbit(dt).plot(ax, wcs=wcs, color="tab:cyan", lw=1, label="Orbit") # doctest: +REMOTE_DATA
548548
>>>
549-
>>> plt.setp(ax, xlim=xlim, ylim=ylim) # doctest: +SKIP +REMOTE_DATA
550-
>>> plt.legend() # doctest: +SKIP # doctest: +REMOTE_DATA
549+
>>> plt.setp(ax, xlim=xlim, ylim=ylim) # doctest: +SKIP
550+
>>> plt.legend() # doctest: +SKIP
551551

552552
.. plot::
553553
:show-source-link:

0 commit comments

Comments
 (0)