There was an error while loading. Please reload this page.
1 parent 32cd3ee commit 7eb718cCopy full SHA for 7eb718c
1 file changed
docs/source/tutorial.rst
@@ -80,7 +80,7 @@ to disk in the PRMS format using methods of the ``Data`` class.
80
return (x + 2)
81
82
# apply function to daily temperature input
83
- d.modify(f,['tmax','tmin'])
+ d.modify(f, ['tmax','tmin'])
84
85
# write new modified data file to disk
86
d.write('test/data/temp_plus2_data')
0 commit comments