Skip to content

Commit 888bbaa

Browse files
authored
Merge pull request #277 from AaltoSciComp/rkdarst/scirpts-output
content/scripts: Fix example, `output` isn't a optional argument
2 parents 544a91d + b213aab commit 888bbaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/scripts.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ Exercises 2
252252
$ python weather_observations.py https://raw.githubusercontent.com/AaltoSciComp/python-for-scicomp/master/resources/data/scripts/weather_tapiola.csv temperature_tapiola.png
253253
$ python weather_observations.py -s 1/12/2020 -e 31/12/2020 https://raw.githubusercontent.com/AaltoSciComp/python-for-scicomp/master/resources/data/scripts/weather_tapiola.csv temperature_tapiola_dec.png
254254
$ python weather_observations.py -s 1/2/2021 -e 28/2/2021 https://raw.githubusercontent.com/AaltoSciComp/python-for-scicomp/master/resources/data/scripts/weather_tapiola.csv temperature_tapiola_feb.png
255-
$ python weather_observations.py https://raw.githubusercontent.com/AaltoSciComp/python-for-scicomp/master/resources/data/scripts/weather_cairo.csv --output temperature_cairo.png
255+
$ python weather_observations.py https://raw.githubusercontent.com/AaltoSciComp/python-for-scicomp/master/resources/data/scripts/weather_cairo.csv temperature_cairo.png
256256
257257
- We can now process different input files without changing the script.
258258
- We can select multiple time ranges without modifying the script.

0 commit comments

Comments
 (0)