Skip to content

Commit

Permalink
Fix docstring of ObservationStatsList
Browse files Browse the repository at this point in the history
  • Loading branch information
cdeil committed Jun 13, 2016
1 parent 96e3cef commit 110a741
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gammapy/data/observation_stats.py
Expand Up @@ -6,7 +6,7 @@

__all__ = [
'ObservationStats',
'ObservationStatsList'
'ObservationStatsList',
]


Expand Down Expand Up @@ -213,5 +213,5 @@ def __str__(self):


class ObservationStatsList(list):
"""List of `~gammapy.data.ObservationList`
"""List of `~gammapy.data.ObservationStats`
"""

0 comments on commit 110a741

Please sign in to comment.