Skip to content

Commit 8e2a202

Browse files
Reduce example output for getstatus's doctest (#91)
1 parent 2a65e31 commit 8e2a202

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hvpy/facade.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ def getStatus() -> Union[bytes, str, Dict[str, Any]]:
167167
--------
168168
>>> from hvpy import getStatus
169169
>>> getStatus()
170-
{'AIA': ..., 'COSMO': ..., 'HMI': ..., 'LASCO': ..., 'SECCHI': ..., 'SWAP': ..., 'XRT': ...}
170+
{'AIA': ..., ...}
171171
"""
172172
params = getStatusInputParameters()
173173
return execute_api_call(input_parameters=params)

0 commit comments

Comments
 (0)