Skip to content

Commit e64d341

Browse files
committed
src - Update docstring for osm_xml export
1 parent f650d0f commit e64d341

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

overpy/format/osm_xml.py

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,15 @@
55

66
def dump(result, fp):
77
"""
8+
Use the result from the Overpass API to generate OSM XML
89
9-
:param result:
10+
More information:
11+
12+
* http://wiki.openstreetmap.org/wiki/OSM_XML
13+
14+
:param result: The result from the Overpass API
1015
:type result: overpy.Result
11-
:param fp:
16+
:param fp: Filepointer to use
1217
:return:
1318
"""
1419
fp.write('<?xml version="1.0" encoding="UTF-8"?>\n')

0 commit comments

Comments
 (0)