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 d17c055 commit 9919796Copy full SHA for 9919796
README.md
@@ -9,7 +9,7 @@ You need to have the `requests` module [installed](http://docs.python-requests.o
9
```
10
>>> import Overpass
11
>>> api = Overpass.API()
12
->>> response = api.Get('node["name":"Salt Lake City"]')
+>>> response = api.Get('node["name"="Salt Lake City"]')
13
14
15
Note that you don't have to include any of the output meta statements. The wrapper will, well, wrap those.
0 commit comments