1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
Description: remove UTF8 characters from README, makes the package FTBFS in pbuilder
--- a/README.rst
+++ b/README.rst
@@ -80,14 +80,14 @@ Helper methods are available to provide
# 3600062594 is the OSM id of Chemnitz and is the bounding box for the request
street = overpy.helper.get_street(
- "Straße der Nationen",
+ "Strasse der Nationen",
"3600062594"
)
- # this finds an intersection between Straße der Nationen and Carolastraße in Chemnitz
+ # this finds an intersection between Strasse der Nationen and Carolastrasse in Chemnitz
intersection = overpy.helper.get_intersection(
- "Straße der Nationen",
- "Carolastraße",
+ "Strasse der Nationen",
+ "Carolastrasse",
"3600062594"
)
|