Skip to content

Commit 78eb74e

Browse files
committed
Changed readme and test accordingly.
1 parent 625c749 commit 78eb74e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ The module is not on PyPi yet.
1313
## Use it
1414

1515
```
16-
>>> from overpass import Overpass
16+
>>> import Overpass
1717
>>> api = Overpass.API()
1818
>>> response = api.Get('node["name"="Salt Lake City"]')
1919
```

test_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from overpass import Overpass
1+
import Overpass
22

33

44
class TestAPI:

0 commit comments

Comments
 (0)