Clarify ValueError's broad applicability (GH-8313) · python/cpython@feabae9

Original file line numberDiff line numberDiff line change

@@ -525,7 +525,7 @@ The following exceptions are the exceptions that are usually raised.

525525
526526

.. exception:: ValueError

527527
528-

Raised when a built-in operation or function receives an argument that has the

528+

Raised when an operation or function receives an argument that has the

529529

right type but an inappropriate value, and the situation is not described by a

530530

more precise exception such as :exc:`IndexError`.

531531