diff --git a/docs/credits.rst b/docs/credits.rst index 10f269b5..6199ad9b 100644 --- a/docs/credits.rst +++ b/docs/credits.rst @@ -65,6 +65,7 @@ icalendar contributors - Alexander Pitkin - Michał Górny - Pronoy +- Abe Hanoka Find out who contributed:: diff --git a/src/icalendar/cal.py b/src/icalendar/cal.py index 44b1c3fd..35a288bf 100644 --- a/src/icalendar/cal.py +++ b/src/icalendar/cal.py @@ -57,7 +57,7 @@ def __init__(self, *args, **kwargs): class Component(CaselessDict): """Component is the base object for calendar, Event and the other - components defined in RFC 2445. normally you will not use this class + components defined in RFC 2445. Normally you will not use this class directly, but rather one of the subclasses. """