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.
2 parents 4eea382 + c290ff0 commit fb1e83cCopy full SHA for fb1e83c
README.md
@@ -30,7 +30,7 @@ The default endpoint is `https://overpass-api.de/api/interpreter` but
30
you can pass in another instance:
31
32
```python
33
-api = overpass.API(endpoint=https://overpass.myserver/interpreter)
+api = overpass.API(endpoint="https://overpass.myserver/interpreter")
34
```
35
36
#### `timeout`
0 commit comments