Skip to content

Commit 09e2ac1

Browse files
committed
docstring indentation
1 parent 8480c24 commit 09e2ac1

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

astroquery/alma/core.py

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -89,11 +89,10 @@ def stage_data(self, uids, cache=False):
8989
----------
9090
uids : list
9191
A list of valid UIDs.
92-
UIDs should have the form:
93-
uid://A002/X391d0b/X7b
92+
UIDs should have the form: 'uid://A002/X391d0b/X7b'
9493
cache : bool
95-
Whether to cache the staging process. This should generally
96-
be left as False when used interactively.
94+
Whether to cache the staging process. This should generally be
95+
left as False when used interactively.
9796
9897
Returns
9998
-------
@@ -177,8 +176,7 @@ def retrieve_data_from_uid(self, uids, cache=True):
177176
----------
178177
uids : list
179178
A list of valid UIDs.
180-
UIDs should have the form:
181-
uid://A002/X391d0b/X7b
179+
UIDs should have the form: 'uid://A002/X391d0b/X7b'
182180
cache : bool
183181
Whether to cache the downloads.
184182

0 commit comments

Comments
 (0)