Skip to content

Commit 489de09

Browse files
committed
Datetime fix
1 parent 41c1c48 commit 489de09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -488,7 +488,7 @@ import pytz
488488
```python
489489
<tz> = pytz.utc # UTC timezone.
490490
<tz> = pytz.timezone('<Cont.>/<City>') # Timezone from 'Continent/City' string.
491-
<DTa> = <DT>.astimezone(<tz>) # Datetime converted to passed timezone.
491+
<DTa> = <DT>.astimezone(<tz>) # Datetime, converted to passed timezone.
492492
<Ta/DTa> = <T/DT>.replace(tzinfo=<tz>) # Unconverted object with new timezone.
493493
```
494494

0 commit comments

Comments
 (0)