Clarify ValueError's broad applicability (GH-8313)

This commit is contained in:
Raymond Hettinger 2018-07-17 08:35:26 -07:00 committed by GitHub
parent 28f07364f0
commit feabae9617
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -525,7 +525,7 @@ The following exceptions are the exceptions that are usually 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`.