From 8444fc773cabb30c23fe73acbd6a213c31562bce Mon Sep 17 00:00:00 2001 From: JannisNe Date: Mon, 14 Aug 2023 11:10:42 +0200 Subject: [PATCH] typo in docs --- docs/source/cli.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/cli.rst b/docs/source/cli.rst index 22dd2c5..cc32e04 100644 --- a/docs/source/cli.rst +++ b/docs/source/cli.rst @@ -21,7 +21,7 @@ All possible keywords are: **Optional** * :code:`class_name` (default= :code:`WiseDataByVisit`): The name of the :code:`WISEData` class -* :code:`class_module` (default= :codfe:`timewise`): The module where :code:`class_name` is implemented (can be outside of `timewise`). +* :code:`class_module` (default= :code:`timewise`): The module where :code:`class_name` is implemented (can be outside of `timewise`). * :code:`min_sep_arcsec` (default=6): The value for the separation [arcsec] to associate datapoints to a source * :code:`n_chunks` (default=1): The number of chunks in which to split the sample when downloading. If you are looking at sample with <1e5 objects then one chunk is enough! * :code:`default_keymap` (default is :code:`ra` = :code:`ra` etc.): A mapping from :code:`ra`, :code:`dec` and :code:`id` to the respective columns in the CSV file