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 fc153d1 commit 1fb24b6Copy full SHA for 1fb24b6
Doc/library/exceptions.rst
@@ -439,7 +439,7 @@ The following exceptions are the exceptions that are actually raised.
439
440
.. exception:: ValueError
441
442
- 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
443
right type but an inappropriate value, and the situation is not described by a
444
more precise exception such as :exc:`IndexError`.
445
0 commit comments