summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew/3.3.rst
diff options
context:
space:
mode:
authorR David Murray <rdmurray@bitdance.com>2012-09-29 14:53:31 (GMT)
committerR David Murray <rdmurray@bitdance.com>2012-09-29 14:53:31 (GMT)
commitdefdb16a3c9ac55647f2b3ccb471b7e4518a7fa3 (patch)
treec81d8039e05f03215651e5d639bdc28c0b19499a /Doc/whatsnew/3.3.rst
parentaae25833dcd289a53a5c41680a2de451b7d8cbd3 (diff)
downloadcpython-defdb16a3c9ac55647f2b3ccb471b7e4518a7fa3.zip
cpython-defdb16a3c9ac55647f2b3ccb471b7e4518a7fa3.tar.gz
cpython-defdb16a3c9ac55647f2b3ccb471b7e4518a7fa3.tar.bz2
Remove visible XXX in What's New.
Diffstat (limited to 'Doc/whatsnew/3.3.rst')
-rw-r--r--Doc/whatsnew/3.3.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.3.rst b/Doc/whatsnew/3.3.rst
index 1c6349d..e45f3eb 100644
--- a/Doc/whatsnew/3.3.rst
+++ b/Doc/whatsnew/3.3.rst
@@ -1089,7 +1089,7 @@ datetime
corresponding to the :class:`~datetime.datetime` instance.
* The :meth:`datetime.datetime.strftime` method supports formatting years
older than 1000.
- * XXX The :meth:`datetime.datetime.astimezone` method can now be
+ * The :meth:`datetime.datetime.astimezone` method can now be
called without arguments to convert datetime instance to the system
timezone.