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

(cherry picked from commit feabae9617)

Co-authored-by: Raymond Hettinger <rhettinger@users.noreply.github.com>
This commit is contained in:
Miss Islington (bot) 2018-07-17 13:23:52 -07:00 committed by Raymond Hettinger
parent fc153d1279
commit 1fb24b6e83
1 changed files with 1 additions and 1 deletions

View File

@ -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`.