From 5dc275a2c00839cce4cd717f64fc9456e05d5af3 Mon Sep 17 00:00:00 2001 From: Raymond Hettinger Date: Mon, 19 Feb 2018 15:39:20 -0800 Subject: Fix typo in docs (GH-5763) --- Doc/library/collections.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/collections.rst b/Doc/library/collections.rst index 679931e..9610419 100644 --- a/Doc/library/collections.rst +++ b/Doc/library/collections.rst @@ -300,7 +300,7 @@ counts, but the output will exclude results with counts of zero or less. .. method:: remove(value) - Removed the first occurrence of *value*. If not found, raises a + Remove the first occurrence of *value*. If not found, raises a :exc:`ValueError`. .. versionadded:: 2.5 -- cgit v0.12