]> granicus.if.org Git - python/commitdiff
Remove visible XXX in What's New.
authorR David Murray <rdmurray@bitdance.com>
Sat, 29 Sep 2012 14:53:31 +0000 (10:53 -0400)
committerR David Murray <rdmurray@bitdance.com>
Sat, 29 Sep 2012 14:53:31 +0000 (10:53 -0400)
Doc/whatsnew/3.3.rst

index 1c6349d6f7452b3eec7339576a3c632690e67ffb..e45f3ebc7817799e9ce7910cdec7a0bc4ed9b184 100644 (file)
@@ -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.