Skip to content

Commit

Permalink
Tweak docstring from last commit (will squash).
Browse files Browse the repository at this point in the history
  • Loading branch information
TallJimbo committed May 13, 2016
1 parent 64ba8e4 commit 97242ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/testAstropyTableViews.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,13 @@
class AstropyTableViewTestCase(lsst.utils.tests.TestCase):
"""Test that we can construct Astropy views to afw.table Catalog objects.
This interface does not yet test the syntax
This test case does not yet test the syntax
table = astropy.table.Table(lsst_catalog)
which is made available by BaseCatalog.__astropy_table__, as this will not
be available until Astropy 1.2 is released. However, this simply
delegates to BaseCatalog.asAstropy, which can also be called directy.
delegates to BaseCatalog.asAstropy, which can also be called directly.
"""

def setUp(self):
Expand Down

0 comments on commit 97242ba

Please sign in to comment.