Skip to content

Commit

Permalink
Fix docstring typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
TallJimbo committed Sep 10, 2024
1 parent 67fcdae commit 6cec3ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/lsst/pipe/base/tests/mocks/_pipeline_task.py
Original file line number Diff line number Diff line change
Expand Up @@ -563,7 +563,7 @@ class DynamicConnectionConfig(Config):
default=True,
)
minimum = Field[int](
doc="Minimum number of datasets per quantum requried for this connection. Ignored for non-inputs.",
doc="Minimum number of datasets per quantum required for this connection. Ignored for non-inputs.",
dtype=int,
default=1,
)
Expand Down

0 comments on commit 6cec3ce

Please sign in to comment.