[issue27216] Fix capitalisation of "Python runtime" in os.path.islink description

2016-06-04 Thread Alex Chan

New submission from Alex Chan:

Since Python is a proper noun, it should be capitalised.  Fix a case where the 
docs used lowercase "python".

The phrase "by the python runtime" was added in the 2.7 docs; the 2.6 docs just 
say "if symbolic links are not supported".

--
assignee: docs@python
components: Documentation
files: capitalisation.patch
keywords: patch
messages: 267251
nosy: alexwlchan, docs@python
priority: normal
severity: normal
status: open
title: Fix capitalisation of "Python runtime" in os.path.islink description
type: enhancement
versions: Python 2.7
Added file: http://bugs.python.org/file43194/capitalisation.patch

___
Python tracker 
<http://bugs.python.org/issue27216>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

2016-05-04 Thread Alex Chan

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