[New-bugs-announce] [issue29772] Unintentionally deleted line on library/collections.rst

Kinebuchi Tomohiko report at bugs.python.org
Thu Mar 9 09:44:56 EST 2017


New submission from Kinebuchi Tomohiko:

The last part of "Counter objects" section has a strange line: "in Smalltalk."

https://docs.python.org/2.7/library/collections.html#counter-objects

The line just before "in Smalltalk" might be deleted by accident.
Related issue is bpo-25910 [1]_ and the applied patch is this [2]_, although an intended patch might looks like this [3]_.

.. [1] http://bugs.python.org/issue25910

.. [2] https://hg.python.org/cpython/rev/14e00e7e4d51#l15.7
   patch for the 2.7 branch

.. [3] https://hg.python.org/cpython/rev/ce5ef48b5140#l21.7
   patch for the 3.5 branch

I will create a pull request.

----------
assignee: docs at python
components: Documentation
messages: 289300
nosy: cocoatomo, docs at python
priority: normal
severity: normal
status: open
title: Unintentionally deleted line on library/collections.rst
versions: Python 2.7

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue29772>
_______________________________________


More information about the New-bugs-announce mailing list