diff --git a/doc/ref_osmium.rst b/doc/ref_osmium.rst index 655c87c4..153e7124 100644 --- a/doc/ref_osmium.rst +++ b/doc/ref_osmium.rst @@ -33,7 +33,7 @@ for a detailed discussion of the data formats understood for each attribute. .. warning:: Writers are considerably faster in handling native osmium data types than - Python objects. You should therefore avoid converting objects whereever + Python objects. You should therefore avoid converting objects wherever possible. This is not only true for the OSM data types like Node, Way and Relation but also for tag lists, node lists and member lists.