Skip to content

Commit

Permalink
Minor docstring update
Browse files Browse the repository at this point in the history
  • Loading branch information
karllark committed Sep 18, 2018
1 parent 751ae4e commit 7680a87
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions beast/physicsmodel/grid.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
TODO: Check where any beast code uses eztable.Table's specific methods and
implement equivalent in the backends for transparency in the case of
HDFBackend
* aliases
* eval expression
* selectWhere
* readCoordinates (although should work already)
* aliases
* eval expression
* selectWhere
* readCoordinates (although should work already)
"""
from __future__ import (absolute_import, division, print_function,
unicode_literals)
Expand Down

0 comments on commit 7680a87

Please sign in to comment.