This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author cocoatomo
Recipients cocoatomo, docs@python
Date 2017-03-09.14:44:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1489070696.66.0.394233240398.issue29772@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2017-03-09 14:44:56cocoatomosetrecipients: + cocoatomo, docs@python
2017-03-09 14:44:56cocoatomosetmessageid: <1489070696.66.0.394233240398.issue29772@psf.upfronthosting.co.za>
2017-03-09 14:44:56cocoatomolinkissue29772 messages
2017-03-09 14:44:56cocoatomocreate