Skip to content

Commit 5dc275a

Browse files
authored
Fix typo in docs (GH-5763)
1 parent eeb3365 commit 5dc275a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/collections.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ counts, but the output will exclude results with counts of zero or less.
300300

301301
.. method:: remove(value)
302302

303-
Removed the first occurrence of *value*. If not found, raises a
303+
Remove the first occurrence of *value*. If not found, raises a
304304
:exc:`ValueError`.
305305

306306
.. versionadded:: 2.5

0 commit comments

Comments
 (0)