Skip to content

Commit

Permalink
Fix code example
Browse files Browse the repository at this point in the history
  • Loading branch information
1Maxnet1 authored and gutzbenj committed Apr 22, 2024
1 parent 2d45a92 commit 0fbe33d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -261,7 +261,7 @@ Library
... ts_si_units=True # convert values to SI units
... )
>>> request = DwdObservationRequest(
... parameter=["climate_summary"],
... parameter="climate_summary",
... resolution="daily",
... start_date="1990-01-01", # if not given timezone defaulted to UTC
... end_date="2020-01-01", # if not given timezone defaulted to UTC
Expand Down

0 comments on commit 0fbe33d

Please sign in to comment.