Skip to content

Commit 47a0f24

Browse files
committed
update docstrings
1 parent 9ea7986 commit 47a0f24

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

gnss_lib_py/parsers/clk.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ class Clk(NavData):
2121
2222
Parameters
2323
----------
24-
input_path : string or path-like
25-
Path to clk file
24+
input_paths : string or path-like or list of paths
25+
Path to measurement clk file(s).
2626
2727
Returns
2828
-------

gnss_lib_py/utils/ephemeris_downloader.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ def load_ephemeris(file_type, gps_millis,
8888
obtained.
8989
constellations : list, set, or array-like
9090
Constellations for which to download ephemeris.
91-
paths : string or path-like
91+
paths : list, string or path-like
9292
Paths to existing ephemeris files if they exist.
9393
download_directory : string or path-like
9494
Directory where ephemeris files are downloaded if necessary.

0 commit comments

Comments
 (0)