[Python-checkins] cpython: Fix versionchanged directive in datetime.rst

berker.peksag python-checkins at python.org
Wed Sep 9 17:32:59 CEST 2015


https://hg.python.org/cpython/rev/816fdd881384
changeset:   97826:816fdd881384
user:        Berker Peksag <berker.peksag at gmail.com>
date:        Wed Sep 09 18:32:50 2015 +0300
summary:
  Fix versionchanged directive in datetime.rst

files:
  Doc/library/datetime.rst |  4 ++--
  1 files changed, 2 insertions(+), 2 deletions(-)


diff --git a/Doc/library/datetime.rst b/Doc/library/datetime.rst
--- a/Doc/library/datetime.rst
+++ b/Doc/library/datetime.rst
@@ -1756,8 +1756,8 @@
   ``offset.minutes`` respectively.
 
   .. versionchanged:: 3.6
-  Name generated from ``offset=timedelta(0)`` is now plain 'UTC', not
-  'UTC+00:00'.
+     Name generated from ``offset=timedelta(0)`` is now plain 'UTC', not
+     'UTC+00:00'.
 
 
 .. method:: timezone.dst(dt)

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list