From 7a719a45a13874c181081e93e0a534695fa2c5a0 Mon Sep 17 00:00:00 2001 From: Matt Craig Date: Sun, 8 Sep 2024 15:52:57 -0500 Subject: [PATCH] Fix docstring error --- stellarphot/core.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stellarphot/core.py b/stellarphot/core.py index cb85abe4..af296010 100644 --- a/stellarphot/core.py +++ b/stellarphot/core.py @@ -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"])