File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ Builtin functions and exceptions
44All builtin functions and exceptions are described here. They are also
55available via ``builtins `` module.
66
7- Functions and classes
8- ---------------------
7+ Functions and types
8+ -------------------
99
1010.. function :: abs()
1111
@@ -152,6 +152,8 @@ Functions and classes
152152Exceptions
153153----------
154154
155+ .. exception :: AssertionError
156+
155157.. exception :: AttributeError
156158
157159.. exception :: Exception
@@ -176,8 +178,12 @@ Exceptions
176178
177179.. exception :: StopIteration
178180
181+ .. exception :: SyntaxError
182+
179183.. exception :: SystemExit
180184
181185.. exception :: TypeError
182186
183187.. exception :: ValueError
188+
189+ .. exception :: ZeroDivisionError
You can’t perform that action at this time.
0 commit comments