Skip to content

Commit 46f6522

Browse files
committed
Updated docstring
1 parent 43ffdab commit 46f6522

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pycaching/trackable.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,9 +154,9 @@ def type(self, type):
154154
self._type = type.strip()
155155

156156
def get_KML(self):
157-
"""The kml route of the trackable.
157+
"""Return the KML route of the trackable.
158158
159-
:type: :class:`str`
159+
:rtype: :class:`str`
160160
"""
161161
if not self._kml_url:
162162
self.load() # fills self._kml_url

0 commit comments

Comments
 (0)