New submission from TAKASE Arihiro:
https://docs.python.org/3/reference/datamodel.html#object.__hash__
The closing parenthesis of "isinstance(obj, collections.Hashable)" is outside
the markup.
The attached patch fixes it.
--
assignee: docs@python
components: Documenta
TAKASE Arihiro added the comment:
And this is an updated patch for 2.7.
--
Added file: http://bugs.python.org/file40720/periods-2.7_v2.patch
___
Python tracker
<http://bugs.python.org/issue25
TAKASE Arihiro added the comment:
Thank you for reviewing.
This is an updated patch for 3.x.
--
Added file: http://bugs.python.org/file40718/periods_v2.patch
___
Python tracker
<http://bugs.python.org/issue25
TAKASE Arihiro added the comment:
Added patch for 2.7.
--
Added file: http://bugs.python.org/file40499/periods-2.7.patch
___
Python tracker
<http://bugs.python.org/issue25
New submission from TAKASE Arihiro:
The attached patch adds some periods in docs.
This applies to 3.x.
--
assignee: docs@python
components: Documentation
files: periods.patch
keywords: patch
messages: 250951
nosy: artakase, docs@python
priority: normal
severity: normal
status: open
New submission from TAKASE Arihiro:
In Doc/distutils/apiref.rst, the palameter name of CCompiler.library_option is
*lib*, but written *dir* in the documentation.
This also applies to the docstring of CCompiler.library_option().
The attached patch fixes it.
--
assignee: docs@python
New submission from TAKASE Arihiro:
https://docs.python.org/3.4/using/mac.html#configuration
A newline in the file path of the .plist file makes a space in the rendered
result.
The attached patch fixes it.
--
assignee: docs@python
components: Documentation
files: using_mac.patch
New submission from TAKASE Arihiro:
https://docs.python.org/3/c-api/buffer.html
Some links to the members of Py_buffer are not available.
"~Py_Buffer" should be "~Py_buffer".
The attached patch fixes it.
--
assignee: docs@python
components: Documentation
files: buff