From c3e10810cd437f258c2a92204dddde9d108ed1b7 Mon Sep 17 00:00:00 2001 From: Abe Hanoka Date: Tue, 29 Nov 2022 14:20:12 -0500 Subject: [PATCH 1/2] capitalize first word of sentence --- src/icalendar/cal.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. """ From 28350e2a7c52a80dcfe3e52f11ed224d1b606835 Mon Sep 17 00:00:00 2001 From: Abe Hanoka Date: Tue, 29 Nov 2022 14:22:54 -0500 Subject: [PATCH 2/2] Update credits.rst --- docs/credits.rst | 1 + 1 file changed, 1 insertion(+) 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::