Skip to content

Commit

Permalink
Tweak docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
rwest committed Jul 5, 2019
1 parent 6cb193e commit e0e17fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyked/chemked.py
Original file line number Diff line number Diff line change
Expand Up @@ -634,8 +634,8 @@ def process_quantity(self, properties):
class IgnitionDataPoint(DataPoint):
"""Class for a single datapoint.
The `DataPoint` class stores the information associated with a single data point in the dataset
parsed from the `ChemKED` YAML input.
The `IgnitionDataPoint` class stores the information associated with a single ignition data point
in the dataset parsed from the `ChemKED` YAML input.
Arguments:
properties (`dict`): Dictionary adhering to the ChemKED format for ``datapoints``
Expand Down

0 comments on commit e0e17fb

Please sign in to comment.