[issue26957] Docs: remove duplicate "the" in description of `%z` in datetime docs
New submission from Alex Chan: The description of the `%z` format code in the datetime docs reads:
UTC offset in the form +HHMM or -HHMM (empty string if the the object is naive).
This tiny patch removes the second "the". The current wording goes at least as far back as Python 2.6; see https://docs.python.org/2.6/library/datetime.html?highlight=datetime#strftim.... ---------- assignee: docs@python components: Documentation files: oneword.patch keywords: patch messages: 264848 nosy: alexwlchan, docs@python priority: normal severity: normal status: open title: Docs: remove duplicate "the" in description of `%z` in datetime docs type: enhancement Added file: http://bugs.python.org/file42719/oneword.patch _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue26957> _______________________________________
Roundup Robot added the comment: New changeset 580ddeccd689 by Berker Peksag in branch '3.5': Issue #26957: Remove duplicate 'the' from datetime documentation https://hg.python.org/cpython/rev/580ddeccd689 New changeset 3a069e5593ef by Berker Peksag in branch 'default': Issue #26957: Remove duplicate 'the' from datetime documentation https://hg.python.org/cpython/rev/3a069e5593ef ---------- nosy: +python-dev _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue26957> _______________________________________
Berker Peksag added the comment: Thanks! ---------- nosy: +berker.peksag resolution: -> fixed stage: -> resolved status: open -> closed type: enhancement -> behavior versions: +Python 3.5, Python 3.6 _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue26957> _______________________________________
participants (3)
-
Alex Chan -
Berker Peksag -
Roundup Robot