Skip to content

Commit

Permalink
Remove unnecessary comma from docstring
Browse files Browse the repository at this point in the history
Co-authored-by: Jim Bosch <[email protected]>
  • Loading branch information
timj and TallJimbo authored Jan 3, 2024
1 parent b80bb05 commit b2a8703
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class ConfigurableActionField(ConfigField[ActionTypeVar]):
default : `lsst.pex.config.Config`, optional
If default is `None`, the field will default to a default-constructed
instance of ``dtype``. Additionally, to allow for fewer deep-copies,
assigning an instance of ``ConfigField`` to ``dtype`` itself, is
assigning an instance of ``ConfigField`` to ``dtype`` itself is
considered equivalent to assigning a default-constructed sub-config.
This means that the argument default can be ``dtype``, as well as an
instance of ``dtype``.
Expand Down

0 comments on commit b2a8703

Please sign in to comment.