Skip to content

Commit fb1e83c

Browse files
authored
Merge pull request mvexel#114 from ThomDietrich/patch-1
Fix typo in README.md
2 parents 4eea382 + c290ff0 commit fb1e83c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ The default endpoint is `https://overpass-api.de/api/interpreter` but
3030
you can pass in another instance:
3131

3232
```python
33-
api = overpass.API(endpoint=https://overpass.myserver/interpreter)
33+
api = overpass.API(endpoint="https://overpass.myserver/interpreter")
3434
```
3535

3636
#### `timeout`

0 commit comments

Comments
 (0)