#6112: list.remove raises ValueError, not RuntimeError.
diff --git a/Doc/library/sched.rst b/Doc/library/sched.rst
index 2283077..51b9d3f 100644
--- a/Doc/library/sched.rst
+++ b/Doc/library/sched.rst
@@ -100,7 +100,7 @@
 .. method:: scheduler.cancel(event)
 
    Remove the event from the queue. If *event* is not an event currently in the
-   queue, this method will raise a :exc:`RuntimeError`.
+   queue, this method will raise a :exc:`ValueError`.
 
 
 .. method:: scheduler.empty()