We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c193ec commit 0df199dCopy full SHA for 0df199d
src/datapoint/Forecast.py
@@ -15,7 +15,7 @@ class Forecast:
15
Basic Usage::
16
17
>>> import datapoint
18
- >>> m = datapoint.Manager(api_key = "blah")
+ >>> m = datapoint.Manager.Manager(api_key = "blah")
19
>>> f = m.get_forecast(latitude=50, longitude=0, frequency="hourly")
20
>>> f.now()
21
{
src/datapoint/Manager.py
@@ -17,7 +17,7 @@ class Manager:
::
22
23
0 commit comments