Skip to content

Commit

Permalink
Correct example in docstring.
Browse files Browse the repository at this point in the history
Commas are needed to separate fields in the header.
  • Loading branch information
jdswinbank committed Mar 28, 2019
1 parent 2c19f89 commit 0f72a82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/lsst/meas/algorithms/readTextCatalogTask.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ class ReadTextCatalogTask(pipeBase.Task):
Given a file named `table.csv` containing the following:
ra dec flux
ra, dec, flux
5.5, -45.2, 12453
19.6, 34.2, 32123
Expand Down

0 comments on commit 0f72a82

Please sign in to comment.