Skip to content

Commit

Permalink
SQUASH: Update python/lsst/pipe/base/connectionTypes.py
Browse files Browse the repository at this point in the history
Co-authored-by: Tim Jenness <[email protected]>
  • Loading branch information
TallJimbo and timj authored Jun 30, 2023
1 parent c2187a6 commit 786867b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/lsst/pipe/base/connectionTypes.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ class BaseConnection:
multiple: bool = False

deprecated: str | None = dataclasses.field(default=None, kw_only=True)
"""A description of why this connectoin is deprecated, including the
"""A description of why this connection is deprecated, including the
version after which it may be removed.
If not `None`, the string is appended to the docstring for this connection
Expand Down

0 comments on commit 786867b

Please sign in to comment.