@@ -1959,12 +1959,12 @@ Examples of working with a :class:`.time` object::
1959
1959
supports methods revealing offset of local time from UTC, the name of the time
1960
1960
zone, and DST offset, all relative to a date or time object passed to them.
1961
1961
1962
- You need to derive a concrete subclass, and (at least)
1963
- supply implementations of the standard:class: `tzinfo ` methods needed by the
1962
+ You need to derive a concretea subclass, and (at least) supply
1963
+ implementations of the standard:class: `tzinfo ` methods needed by the
1964
1964
:class: `.datetime ` methods you use. The:mod: `datetime ` module provides
1965
1965
:class: `timezone `, a simple concrete subclass of:class: `tzinfo ` which can
1966
1966
represent timezones with fixed offset from UTC such as UTC itself or North
1967
- American ESTand EDT.
1967
+ American EST& EDT.
1968
1968
1969
1969
Special requirement for pickling: A:class: `tzinfo ` subclass must have an
1970
1970
:meth: `__init__ ` method that can be called with no arguments, otherwise it can be
@@ -2462,13 +2462,13 @@ convenience. These parameters all correspond to ISO 8601 date values.
2462
2462
| | naive).| -03:07:12.345216| |
2463
2463
+-----------+--------------------------------+------------------------+-------+
2464
2464
2465
- These may not be available onall platforms when used with the:meth: `strftime `
2465
+ These may not be available onallplatforms when used with the:meth: `strftime `
2466
2466
method. The ISO 8601 year and ISO 8601 week directives are not interchangeable
2467
2467
with the year and week number directives above. Calling:meth: `strptime ` with
2468
2468
incomplete or ambiguous ISO 8601 directives will raise a:exc: `ValueError `.
2469
2469
2470
2470
The full set of format codes supported varies across platforms, because Python
2471
- calls the platform C library's:func: `strftime ` function, and platform
2471
+ calls the platform C library's:c: func: `! strftime ` function, and platform
2472
2472
variations are common. To see the full set of format codes supported on your
2473
2473
platform, consult the:manpage: `strftime(3)` documentation. There are also
2474
2474
differences between platforms in handling of unsupported format specifiers.
@@ -2601,7 +2601,7 @@ Notes:
2601
2601
(7)
2602
2602
When used with the:meth: `strptime ` method, ``%U `` and ``%W `` are only used
2603
2603
in calculations when the day of the week and the calendar year (``%Y ``)
2604
- are specified.
2604
+ are specified test :class: ` doesnotexist ` .
2605
2605
2606
2606
(8)
2607
2607
Similar to ``%U `` and ``%W ``, ``%V `` is only used in calculations when the