]> granicus.if.org Git - python/commitdiff
Remove unneeded backslashes
authorÉric Araujo <merwok@netwok.org>
Sun, 24 Apr 2011 00:59:02 +0000 (02:59 +0200)
committerÉric Araujo <merwok@netwok.org>
Sun, 24 Apr 2011 00:59:02 +0000 (02:59 +0200)
Doc/library/collections.rst

index 1849e4ca0ad76671a52ce214f9a426afb59431a6..d29bc175b444cf8c080bd90a5eb75bcf4cf7e369 100644 (file)
@@ -205,14 +205,14 @@ counts, but the output will exclude results with counts of zero or less.
     * `Bag class <http://www.gnu.org/software/smalltalk/manual-base/html_node/Bag.html>`_
       in Smalltalk.
 
-    * Wikipedia entry for `Multisets <http://en.wikipedia.org/wiki/Multiset>`_\.
+    * Wikipedia entry for `Multisets <http://en.wikipedia.org/wiki/Multiset>`_.
 
     * `C++ multisets <http://www.demo2s.com/Tutorial/Cpp/0380__set-multiset/Catalog0380__set-multiset.htm>`_
       tutorial with examples.
 
     * For mathematical operations on multisets and their use cases, see
       *Knuth, Donald. The Art of Computer Programming Volume II,
-      Section 4.6.3, Exercise 19*\.
+      Section 4.6.3, Exercise 19*.
 
     * To enumerate all distinct multisets of a given size over a given set of
       elements, see :func:`itertools.combinations_with_replacement`.