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

Skip to content

Commit 8bd62af

Browse files
committed
Fix typo reported to python-docs.
1 parent 0a0e6c3 commit 8bd62af

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/ref/ref6.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -533,7 +533,7 @@ \section{The \keyword{raise} statement \label{raise}}
533533
\emph{value} of the exception.
534534
535535
If the first object is an instance, the type of the exception is the
536-
class of the instance, the instance itself if the value, and the
536+
class of the instance, the instance itself is the value, and the
537537
second object must be \code{None}.
538538
539539
If the first object is a class, it becomes the type of the exception.

0 commit comments

Comments
 (0)