Skip to content
This repository was archived by the owner on Jun 10, 2025. It is now read-only.

Fix typo in README.md #114

Merged
merged 1 commit into from
Aug 20, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ The default endpoint is `https://overpass-api.de/api/interpreter` but
you can pass in another instance:

```python
api = overpass.API(endpoint=https://overpass.myserver/interpreter)
api = overpass.API(endpoint="https://overpass.myserver/interpreter")
```

#### `timeout`
Expand Down