Skip to content

Commit 8a012d6

Browse files
Jorge Fernandez HernandezJorge Fernandez Hernandez
authored andcommitted
GAIAMNGT-1632 C9APP-193 Include missing ellipsis [ci skip]
1 parent d59cd4f commit 8a012d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/gaia/gaia.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -865,7 +865,7 @@ The DataLink products are stored inside a Python Dictionary. Each of its element
865865
>>> dl_keys.sort()
866866
>>> print(f'The following Datalink products have been downloaded:')
867867
>>> for dl_key in dl_keys:
868-
print(f' * {dl_key}')
868+
... print(f' * {dl_key}')
869869
870870
.. Note::
871871

0 commit comments

Comments
 (0)