Skip to content
Prev Previous commit
Next Next commit
Revert "Add missing space in remove() docstring"
This reverts commit e5566e5.
  • Loading branch information
timobrembeck committed Mar 23, 2023
commit e59aed54f572437190b8ea8ee6b046b68ef0f0da
2 changes: 1 addition & 1 deletion Modules/_collectionsmodule.c
Original file line number Diff line number Diff line change
Expand Up @@ -1154,7 +1154,7 @@ PyDoc_STRVAR(insert_doc,

PyDoc_STRVAR(remove_doc,
"remove(x)\n"
"Remove the first occurrence of *x*. "
"Remove the first occurrence of *x*."
"If not found, raises a ValueError.");

static int
Expand Down