Merge pull request #503 from abe-101/patch-2

add missing import pytz in example
pull/505/head
Jaca 2022-12-19 20:30:24 +01:00 zatwierdzone przez GitHub
commit f1f82e9f0f
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -263,6 +263,7 @@ Init the calendar::
>>> cal = Calendar()
>>> from datetime import datetime
>>> import pytz
Some properties are required to be compliant::