Skip to content

Commit

Permalink
Merge pull request #497 from abe-101/patch-1
Browse files Browse the repository at this point in the history
capitalize first word of sentence
  • Loading branch information
niccokunzmann committed Nov 30, 2022
2 parents feda6b1 + 28350e2 commit 1fdefee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/credits.rst
Expand Up @@ -65,6 +65,7 @@ icalendar contributors
- Alexander Pitkin <peleccom@gmail.com>
- Michał Górny <mgorny@gentoo.org>
- Pronoy <lukex9442@gmail.com>
- Abe Hanoka <abe@habet.dev>

Find out who contributed::

Expand Down
2 changes: 1 addition & 1 deletion src/icalendar/cal.py
Expand Up @@ -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.
"""

Expand Down

0 comments on commit 1fdefee

Please sign in to comment.