Skip to content

Commit 19db2e7

Browse files
committed
Fix minor errors
* Extra Notes heading in docstring * Typo in docstring
1 parent 32e9528 commit 19db2e7

2 files changed

Lines changed: 3 additions & 5 deletions

File tree

bmi/info.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#! /usr/bin/env python
2-
"""Interface that describes a model and it's input and output variables."""
2+
"""Interface that describes a model and its input and output variables."""
33

44

55
class BmiInfo(object):

bmi/time.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -91,15 +91,13 @@ def get_time_step(self):
9191
def get_time_units(self):
9292
"""Time units of the model.
9393
94+
CSDMS uses the UDUNITS standard from Unidata.
95+
9496
Returns
9597
-------
9698
float
9799
The model time unit; e.g., `days` or `s`.
98100
99-
Notes
100-
-----
101-
CSDMS uses the UDUNITS standard from Unidata.
102-
103101
Notes
104102
-----
105103
.. code-block:: c

0 commit comments

Comments
 (0)