diff --git a/README.md b/README.md index 6aa0595..5d10cd9 100644 --- a/README.md +++ b/README.md @@ -488,7 +488,7 @@ import pytz ```python = pytz.utc # UTC timezone. = pytz.timezone('/') # Timezone from 'Continent/City' string. - =
.astimezone() # Datetime converted to passed timezone. + =
.astimezone() # Datetime, converted to passed timezone. = .replace(tzinfo=) # Unconverted object with new timezone. ```