This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author alexwlchan
Recipients alexwlchan, docs@python
Date 2016-05-04.19:03:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1462388610.21.0.688244618598.issue26957@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2016-05-04 19:03:30alexwlchansetrecipients: + alexwlchan, docs@python
2016-05-04 19:03:30alexwlchansetmessageid: <1462388610.21.0.688244618598.issue26957@psf.upfronthosting.co.za>
2016-05-04 19:03:30alexwlchanlinkissue26957 messages
2016-05-04 19:03:30alexwlchancreate