Skip to content

Commit

Permalink
Cl;arify docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
mwcraig committed Sep 8, 2024
1 parent 63707ff commit 2726b59
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions stellarphot/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -965,8 +965,8 @@ def from_vizier(

def passband_columns(self, passbands=None):
"""
Return a copy of the catalog with passbands as column names instead
of the default format, which has s single column for passbands.
Return an `astropy.table.Table` with passbands as column names instead
of the default format, which has a single column for passbands.
Parameters
----------
Expand All @@ -976,9 +976,9 @@ def passband_columns(self, passbands=None):
Returns
-------
`stellarphot.CatalogData`
`astropy.table.Table`
Table of catalog information with passbands as column names. See Notes below
for important details bat column names.
for important details about column names.
Notes
-----
Expand Down

0 comments on commit 2726b59

Please sign in to comment.