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

Commit de0a901

Browse files
committed
Merge pull request #44 from mvexel/fix-37
fixes obvious error in example, see #37
2 parents ce19e14 + 27909f9 commit de0a901

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ constructor:
155155

156156
.. code:: python
157157
158-
>>> way_query = overpass.WayQuery('[name=Highway 51]')
158+
>>> way_query = overpass.WayQuery('[name="Highway 51"]')
159159
>>> response = api.Get(way_query)
160160
161161
Need help? Want feature?

0 commit comments

Comments
 (0)