Skip to content

Commit 65627ee

Browse files
committed
Fix indent for testcleanup
1 parent 932093b commit 65627ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/cadc/cadc.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -495,7 +495,7 @@ More details about temporary table upload can be found in the IVOA TAP specifica
495495

496496
>>> import os
497497
>>> if os.path.isfile('my_observations.xml'):
498-
... os.remove('my_observations.xml')
498+
... os.remove('my_observations.xml')
499499

500500

501501
The feature allows a user to save the results of a query to use them later or

0 commit comments

Comments
 (0)