From 1c90a6754c00938b3ef38a0aaaae1385ac1a6c89 Mon Sep 17 00:00:00 2001 From: Raymond Hettinger Date: Sat, 6 Sep 2003 05:36:13 +0000 Subject: [PATCH] SF bug 799367: grammar error --- Doc/lib/libdatetime.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/lib/libdatetime.tex b/Doc/lib/libdatetime.tex index e97d11fc26..96b1274bc7 100644 --- a/Doc/lib/libdatetime.tex +++ b/Doc/lib/libdatetime.tex @@ -819,7 +819,7 @@ Instance methods: \code{\var{dt}.replace(tzinfo=None)}. 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()} acts like: -- 2.50.1