Skip to content

Commit 7eb718c

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

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
@@ -80,7 +80,7 @@ to disk in the PRMS format using methods of the ``Data`` class.
8080
return (x + 2)
8181
8282
# apply function to daily temperature input
83-
d.modify(f,['tmax','tmin'])
83+
d.modify(f, ['tmax','tmin'])
8484
8585
# write new modified data file to disk
8686
d.write('test/data/temp_plus2_data')

0 commit comments

Comments
 (0)