[docs] [issue26957] Docs: remove duplicate "the" in description of `%z` in datetime docs

Alex Chan report at bugs.python.org
Wed May 4 15:03:30 EDT 2016


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#strftime-and-strptime-behavior.

----------
assignee: docs at python
components: Documentation
files: oneword.patch
keywords: patch
messages: 264848
nosy: alexwlchan, docs at 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 at bugs.python.org>
<http://bugs.python.org/issue26957>
_______________________________________


More information about the docs mailing list