Skip to content

Commit

Permalink
Clarify ValueError's broad applicability (pythonGH-8313)
Browse files Browse the repository at this point in the history
  • Loading branch information
rhettinger committed Jul 17, 2018
1 parent 28f0736 commit feabae9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/library/exceptions.rst
Expand Up @@ -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`.

Expand Down

0 comments on commit feabae9

Please sign in to comment.