[issue11373] Fix 2 new typos in the docs

2011-03-11 Thread Boštjan Mejak

Boštjan Mejak bostjan.me...@gmail.com added the comment:

Georg, please fix all the branches. Also, the online docs are still not updated 
with this fix.

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue11373
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue11373] Fix 2 new typos in the docs

2011-03-06 Thread Georg Brandl

Georg Brandl ge...@python.org added the comment:

Fixed the built-in spelling in 13bc0511b3d3.  I did not do the other change; 
having two-level relative clauses is not really readable.

--
nosy: +georg.brandl
resolution:  - fixed
status: open - closed

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue11373
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue11373] Fix 2 new typos in the docs

2011-03-04 Thread Boštjan Mejak

Boštjan Mejak bostjan.me...@gmail.com added the comment:

Please fix the word Builtin to Built-in as well. Thank you.

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue11373
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue11373] Fix 2 new typos in the docs

2011-03-04 Thread Ezio Melotti

Changes by Ezio Melotti ezio.melo...@gmail.com:


--
nosy: +eric.araujo

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue11373
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue11373] Fix 2 new typos in the docs

2011-03-04 Thread Boštjan Mejak

Boštjan Mejak bostjan.me...@gmail.com added the comment:

I am uploading a patch that fixes both of these typos in the docs. Please apply 
it and keep up the good work.

--
versions: +Python 3.1, Python 3.2, Python 3.3
Added file: http://bugs.python.org/file20998/stdtypes_2.patch

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue11373
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue11373] Fix 2 new typos in the docs

2011-03-03 Thread STINNER Victor

Changes by STINNER Victor victor.stin...@haypocalc.com:


--
keywords: +easy

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue11373
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue11373] Fix 2 new typos in the docs

2011-03-03 Thread Bob Wintemberg

Bob Wintemberg rwi...@gmail.com added the comment:

The following is a patch to fix this documentation issue in release27-maint.

--
keywords: +patch
nosy: +rwinte
Added file: http://bugs.python.org/file20993/patch-27.diff

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue11373
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue11373] Fix 2 new typos in the docs

2011-03-03 Thread Bob Wintemberg

Bob Wintemberg rwi...@gmail.com added the comment:

The following is a patch to fix this documentation issue in py3k.

--
Added file: http://bugs.python.org/file20994/patch-3k.diff

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue11373
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue11373] Fix 2 new typos in the docs

2011-03-02 Thread Boštjan Mejak

New submission from Boštjan Mejak bostjan.me...@gmail.com:

Try to fix this in every Python documentation that you can.

The typo was found here: http://docs.python.org/library/stdtypes.html#memoryview

Create a memoryview that references obj. obj must support the buffer protocol. 
Builtin objects that /.../.

Fix this to Create a memoryview that references obj, which must support the 
buffer protocol. Built-in objects that /.../.

Thank you.

--
assignee: docs@python
components: Documentation
messages: 129886
nosy: Retro, docs@python
priority: normal
severity: normal
status: open
title: Fix 2 new typos in the docs
versions: Python 2.7

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue11373
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com