Skip to content

Commit 32cd3ee

Browse files
authored
Update tutorial.rst
1 parent abb009e commit 32cd3ee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/source/tutorial.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ to disk in the PRMS format using methods of the ``Data`` class.
7979
def f(x):
8080
return (x + 2)
8181
82-
# apply function to daily temperature variables
82+
# apply function to daily temperature input
8383
d.modify(f,['tmax','tmin'])
8484
8585
# write new modified data file to disk

0 commit comments

Comments
 (0)