Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1619132 commit 7554606Copy full SHA for 7554606
1 file changed
Doc/library/datetime.rst
@@ -30,7 +30,7 @@ set to an instance of a subclass of the abstract :class:`tzinfo` class. These
30
:class:`tzinfo` objects capture information about the offset from UTC time, the
31
time zone name, and whether Daylight Saving Time is in effect. Note that only
32
one concrete :class:`tzinfo` class, the :class:`timezone` class, is supplied by the
33
-:mod:`datetime` module. The :class:`timezone` class can reprsent simple
+:mod:`datetime` module. The :class:`timezone` class can represent simple
34
timezones with fixed offset from UTC such as UTC itself or North American EST and
35
EDT timezones. Supporting timezones at whatever level of detail is
36
required is up to the application. The rules for time adjustment across the
0 commit comments