Commit 1fb24b6e authored by Miss Islington (bot)'s avatar Miss Islington (bot) Committed by Raymond Hettinger

Clarify ValueError's broad applicability (GH-8313) (GH-8316)

(cherry picked from commit feabae96)
Co-authored-by: default avatarRaymond Hettinger <rhettinger@users.noreply.github.com>
parent fc153d12
......@@ -439,7 +439,7 @@ The following exceptions are the exceptions that are actually raised.
.. exception:: ValueError
Raised when a built-in operation or function receives an argument that has the
Raised when an operation or function receives an argument that has the
right type but an inappropriate value, and the situation is not described by a
more precise exception such as :exc:`IndexError`.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment