Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

capitalize first word of sentence #497

Merged
merged 2 commits into from Nov 30, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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