Thanks to visit codestin.com Credit goes to github.com
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.
2 parents d05d3cc + 87b83dd commit 0ae3525Copy full SHA for 0ae3525
1 file changed
Doc/faq/design.rst
@@ -730,7 +730,7 @@ function calls. Many feel that exceptions can conveniently emulate all
730
reasonable uses of the "go" or "goto" constructs of C, Fortran, and other
731
languages. For example::
732
733
- class label: pass # declare a label
+ class label(Exception): pass # declare a label
734
735
try:
736
...
0 commit comments