We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6020d98 commit 68833dcCopy full SHA for 68833dc
Doc/library/exceptions.rst
@@ -525,7 +525,7 @@ The following exceptions are the exceptions that are usually raised.
525
526
.. exception:: ValueError
527
528
- 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
529
right type but an inappropriate value, and the situation is not described by a
530
more precise exception such as :exc:`IndexError`.
531
0 commit comments