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@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue26957>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to