mirror of https://github.com/python/cpython
SF bug 799367: grammar error
This commit is contained in:
parent
951976dc9f
commit
1c90a6754c
|
@ -819,7 +819,7 @@ Instance methods:
|
||||||
\code{\var{dt}.replace(tzinfo=None)}.
|
\code{\var{dt}.replace(tzinfo=None)}.
|
||||||
|
|
||||||
Note that the default \method{tzinfo.fromutc()} method can be overridden
|
Note that the default \method{tzinfo.fromutc()} method can be overridden
|
||||||
in a \class{tzinfo} subclass to effect the result returned by
|
in a \class{tzinfo} subclass to affect the result returned by
|
||||||
\method{astimezone()}. Ignoring error cases, \method{astimezone()}
|
\method{astimezone()}. Ignoring error cases, \method{astimezone()}
|
||||||
acts like:
|
acts like:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue