Skip to content

Commit dc14a00

Browse files
committed
Fix doc errors
1 parent 8c8d5aa commit dc14a00

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/config_values.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -527,7 +527,7 @@ Options are:
527527

528528
* A dict with:
529529

530-
* ``type`` = *str* (required) There is currently only one valid option:
530+
* ``type`` = *str* (required) Valid options are:
531531

532532
* 'RADec' Specify ra and dec separately.
533533

@@ -584,7 +584,7 @@ Options are:
584584
* A string interpretable by `astropy.units.Quantity` (e.g. '8.7 m')
585585
* A dict with:
586586

587-
* ``type`` = *str* (required) There is only one valid option:
587+
* ``type`` = *str* (required) Valid options are:
588588

589589
* 'Quantity' Specify the value and unit separately.
590590

@@ -606,7 +606,7 @@ Options are:
606606
* A string interpretable by `astropy.units.Unit` (e.g. 'm')
607607
* A dict with:
608608

609-
* ``type`` = *str* (required) There is only one valid option:
609+
* ``type`` = *str* (required) Valid options are:
610610

611611
* 'Unit' Specify the unit.
612612

0 commit comments

Comments
 (0)