Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4ee2ff3

Browse files
committed
Clarified that TypeErrors can be raised by any
function (not just builtins). The issue arose in a thread on comp.lang.python.
1 parent ed9bf12 commit 4ee2ff3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/lib/libexcs.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ \section{Built-in Exceptions}
322322
\end{excdesc}
323323

324324
\begin{excdesc}{TypeError}
325-
Raised when a built-in operation or function is applied to an object
325+
Raised when an operation or function is applied to an object
326326
of inappropriate type. The associated value is a string giving
327327
details about the type mismatch.
328328
\end{excdesc}

0 commit comments

Comments
 (0)