[issue27306] Grammatical Error in Documentation - Tarfile page

2016-06-13 Thread Berker Peksag

Berker Peksag added the comment:

Thank you all!

--
nosy: +berker.peksag
resolution:  -> fixed
stage: commit review -> resolved
status: open -> closed

___
Python tracker 

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



[issue27306] Grammatical Error in Documentation - Tarfile page

2016-06-13 Thread Roundup Robot

Roundup Robot added the comment:

New changeset 48052a140eed by Berker Peksag in branch '3.5':
Issue #27306: Fix typo in tarfile documentation
https://hg.python.org/cpython/rev/48052a140eed

New changeset 9c9ed326d981 by Berker Peksag in branch 'default':
Issue #27306: Merge from 3.5
https://hg.python.org/cpython/rev/9c9ed326d981

--
nosy: +python-dev

___
Python tracker 

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



[issue27306] Grammatical Error in Documentation - Tarfile page

2016-06-13 Thread SilentGhost

SilentGhost added the comment:

LGTM.

--
stage: needs patch -> commit review

___
Python tracker 

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



[issue27306] Grammatical Error in Documentation - Tarfile page

2016-06-13 Thread Gareth Rees

Gareth Rees added the comment:

Here's a patch improving the grammar in the tarfile documentation.

--
keywords: +patch
nosy: +Gareth.Rees
Added file: http://bugs.python.org/file43375/issue27306.patch

___
Python tracker 

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



[issue27306] Grammatical Error in Documentation - Tarfile page

2016-06-13 Thread SilentGhost

SilentGhost added the comment:

There are more occurrences of "it is already exists" in the first table.

--
nosy: +SilentGhost
stage:  -> needs patch
versions: +Python 3.6

___
Python tracker 

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



[issue27306] Grammatical Error in Documentation - Tarfile page

2016-06-13 Thread Phil Jeffes

New submission from Phil Jeffes:

On the tarfile page (https://docs.python.org/3.5/library/tarfile.html) there is 
a line which reads:

mode is either 'r' to read from an existing archive, 'a' to append data to an 
existing file, 'w' to create a new file overwriting an existing one or 'x' to 
create a new file only if it’s not exists.

and it should read:

mode is either 'r' to read from an existing archive, 'a' to append data to an 
existing file, 'w' to create a new file overwriting an existing one or 'x' to 
create a new file only if *it does not already exist*.

(Suggested changes surrounded by * *)

--
assignee: docs@python
components: Documentation
messages: 268435
nosy: Phil Jeffes, docs@python
priority: normal
severity: normal
status: open
title: Grammatical Error in Documentation - Tarfile page
type: behavior
versions: Python 3.5

___
Python tracker 

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