mirror of
https://github.com/Kozea/Radicale.git
synced 2025-04-03 21:27:36 +03:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue