Skip to content

Commit

Permalink
Fix typo in generate_subsystems_doc.py.
Browse files Browse the repository at this point in the history
  • Loading branch information
rbovill committed Nov 7, 2024
1 parent 323578e commit d4de3ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/lsst/ts/xml/generate_subsystems_doc.py
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ def generate_subsystems_doc() -> None:
# and all whitespace is optional and of
# arbitrary length.
state = state.split("_", 1)[
1
-1
] # strip the beginning through the first underscore.
cf.write(f" * {state}\n") # noqa
cf.write("\n")
Expand Down

0 comments on commit d4de3ca

Please sign in to comment.