capitalize first word of sentence

pull/497/head
Abe Hanoka 2022-11-29 14:20:12 -05:00 zatwierdzone przez GitHub
rodzic feda6b19ab
commit c3e10810cd
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -57,7 +57,7 @@ _marker = []
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.
"""