[docs] indent docstring for sphinx

pull/147/head
Thomas Weißschuh 2014-09-05 12:26:03 +00:00
rodzic 92160f6fc8
commit 6779f64ba7
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -386,7 +386,7 @@ class Component(CaselessDict):
def to_ical(self, sorted=True):
'''
:param sorted: Whether parameters and properties should be
lexicographically sorted.
lexicographically sorted.
'''
content_lines = self.content_lines(sorted=sorted)