Skip to content

Commit

Permalink
Fix docstring error
Browse files Browse the repository at this point in the history
  • Loading branch information
mwcraig committed Sep 8, 2024
1 parent 2726b59 commit 7a719a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions stellarphot/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -983,9 +983,9 @@ def passband_columns(self, passbands=None):
Notes
-----
The column names in the output will be the passband names with "mag_" as a
The column names in the output will be the passband names with ``mag_`` as a
prefix. An error column for each passband will be generated, with the prefix
"mag_error_". If the catalog already has columns with these names, they will
``mag_error_``. If the catalog already has columns with these names, they will
be overwritten. The input catalog will not be changed.
"""
catalog_passbands = set(self["passband"])
Expand Down

0 comments on commit 7a719a4

Please sign in to comment.