1 parent 8b7d311 commit d42bb58Copy full SHA for d42bb58
1 file changed
docs/library/builtins.rst
@@ -4,8 +4,8 @@ Builtin functions and exceptions
4
All builtin functions and exceptions are described here. They are also
5
available via ``builtins`` module.
6
7
-Functions and classes
8
----------------------
+Functions and types
+-------------------
9
10
.. function:: abs()
11
@@ -152,6 +152,8 @@ Functions and classes
152
Exceptions
153
----------
154
155
+.. exception:: AssertionError
156
+
157
.. exception:: AttributeError
158
159
.. exception:: Exception
@@ -176,8 +178,12 @@ Exceptions
176
178
177
179
.. exception:: StopIteration
180
181
+.. exception:: SyntaxError
182
183
.. exception:: SystemExit
184
185
.. exception:: TypeError
186
187
.. exception:: ValueError
188
189
+.. exception:: ZeroDivisionError
0 commit comments