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

Skip to content

Commit 0ae3525

Browse files
committed
Merge example fix with 3.3.
2 parents d05d3cc + 87b83dd commit 0ae3525

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/faq/design.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -730,7 +730,7 @@ function calls. Many feel that exceptions can conveniently emulate all
730730
reasonable uses of the "go" or "goto" constructs of C, Fortran, and other
731731
languages. For example::
732732

733-
class label: pass # declare a label
733+
class label(Exception): pass # declare a label
734734

735735
try:
736736
...

0 commit comments

Comments
 (0)