diff --git a/README.md b/README.md index e38b023..1f763fa 100644 --- a/README.md +++ b/README.md @@ -487,7 +487,7 @@ import pytz ### Timezone ```python = pytz.utc # UTC timezone. - = pytz.timezone('/') # Timezone from 'Continent/City' string. + = pytz.timezone('/') # Timezone from 'Continent/City_Name' str. =
.astimezone() # Datetime, converted to passed timezone. = .replace(tzinfo=) # Unconverted object with new timezone. ```