@@ -1002,16 +1002,16 @@ For completeness, here are all the variables:
10021002 * Notes
10031003 * * .. c:var: : PyObject *PyExc_BaseException
10041004 * :exc:`BaseException`
1005- * [base]_
1005+ *
10061006 * * .. c:var:: PyObject *PyExc_BaseExceptionGroup
10071007 * :exc:`BaseExceptionGroup`
1008- * [base]_
1008+ *
10091009 * * .. c:var:: PyObject *PyExc_Exception
10101010 * :exc:`Exception`
1011- * [base]_
1011+ *
10121012 * * .. c:var:: PyObject *PyExc_ArithmeticError
10131013 * :exc:`ArithmeticError`
1014- * [base]_
1014+ *
10151015 * * .. c:var:: PyObject *PyExc_AssertionError
10161016 * :exc:`AssertionError`
10171017 *
@@ -1080,7 +1080,7 @@ For completeness, here are all the variables:
10801080 *
10811081 * * .. c:var:: PyObject *PyExc_LookupError
10821082 * :exc:`LookupError`
1083- * [base]_
1083+ *
10841084 * * .. c:var:: PyObject *PyExc_MemoryError
10851085 * :exc:`MemoryError`
10861086 *
@@ -1098,7 +1098,7 @@ For completeness, here are all the variables:
10981098 *
10991099 * * .. c:var:: PyObject *PyExc_OSError
11001100 * :exc:`OSError`
1101- * [base]_
1101+ *
11021102 * * .. c:var:: PyObject *PyExc_OverflowError
11031103 * :exc:`OverflowError`
11041104 *
@@ -1178,7 +1178,7 @@ For completeness, here are all the variables:
11781178
11791179 * * .. c:var: : PyObject *PyExc_Warning
11801180 * :exc:`Warning`
1181- * [base]_
1181+ *
11821182 * * .. c:var:: PyObject *PyExc_BytesWarning
11831183 * :exc:`BytesWarning`
11841184 *
@@ -1241,9 +1241,6 @@ For completeness, here are all the variables:
12411241
12421242Notes:
12431243
1244- .. [base ]
1245- This is a base class for other standard exceptions or warning categories.
1246-
12471244.. [win ]
12481245 Only defined on Windows; protect code that uses this by testing that the
12491246 preprocessor macro ``MS_WINDOWS `` is defined.
0 commit comments