From dc14a008153689fe021dddedcc075295700ddf4a Mon Sep 17 00:00:00 2001 From: Josh Meyers Date: Tue, 17 Sep 2024 12:04:23 -0700 Subject: [PATCH] Fix doc errors --- docs/config_values.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/config_values.rst b/docs/config_values.rst index 023119bdf1..c91fa96f8a 100644 --- a/docs/config_values.rst +++ b/docs/config_values.rst @@ -527,7 +527,7 @@ Options are: * A dict with: - * ``type`` = *str* (required) There is currently only one valid option: + * ``type`` = *str* (required) Valid options are: * 'RADec' Specify ra and dec separately. @@ -584,7 +584,7 @@ Options are: * A string interpretable by `astropy.units.Quantity` (e.g. '8.7 m') * A dict with: - * ``type`` = *str* (required) There is only one valid option: + * ``type`` = *str* (required) Valid options are: * 'Quantity' Specify the value and unit separately. @@ -606,7 +606,7 @@ Options are: * A string interpretable by `astropy.units.Unit` (e.g. 'm') * A dict with: - * ``type`` = *str* (required) There is only one valid option: + * ``type`` = *str* (required) Valid options are: * 'Unit' Specify the unit.