Skip to content

Commit

Permalink
Fix doc errors
Browse files Browse the repository at this point in the history
  • Loading branch information
jmeyers314 committed Sep 17, 2024
1 parent 0db480e commit 031adb6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/config_values.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -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.

Expand All @@ -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.

Expand Down

0 comments on commit 031adb6

Please sign in to comment.