diff --git a/fastkml/kml.py b/fastkml/kml.py index 636ef240..50f41692 100644 --- a/fastkml/kml.py +++ b/fastkml/kml.py @@ -171,7 +171,8 @@ def parse( Args: ---- - file: The file to parse. Can be a file path (str or Path), or a file-like object. + file: The file to parse. + Can be a file path (str or Path), or a file-like object. Keyword Args: ------------