docs: fix simple typo, errornous -> erroneous (#1126)
* docs: fix simple typo, errornous -> erroneous There is a small typo in radicale/storage/__init__.py. Should read `erroneous` rather than `errornous`. * Update __init__.py
This commit is contained in:
parent
9997a32629
commit
21099f2240
@ -195,7 +195,7 @@ class BaseCollection:
|
||||
# Concatenate all child elements of VCALENDAR from all items
|
||||
# together, while preventing duplicated VTIMEZONE entries.
|
||||
# VTIMEZONEs are only distinguished by their TZID, if different
|
||||
# timezones share the same TZID this produces errornous ouput.
|
||||
# timezones share the same TZID this produces erroneous output.
|
||||
# VObject fails at this too.
|
||||
for item in self.get_all():
|
||||
depth = 0
|
||||
|
Loading…
Reference in New Issue
Block a user