Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7554606

Browse files
committed
Fix typo.
1 parent 1619132 commit 7554606

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/datetime.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ set to an instance of a subclass of the abstract :class:`tzinfo` class. These
3030
:class:`tzinfo` objects capture information about the offset from UTC time, the
3131
time zone name, and whether Daylight Saving Time is in effect. Note that only
3232
one concrete :class:`tzinfo` class, the :class:`timezone` class, is supplied by the
33-
:mod:`datetime` module. The :class:`timezone` class can reprsent simple
33+
:mod:`datetime` module. The :class:`timezone` class can represent simple
3434
timezones with fixed offset from UTC such as UTC itself or North American EST and
3535
EDT timezones. Supporting timezones at whatever level of detail is
3636
required is up to the application. The rules for time adjustment across the

0 commit comments

Comments
 (0)