@@ -295,7 +295,7 @@ an error value).
295295 :c:data: `PyExc_Warning ` is a subclass of :c:data: `PyExc_Exception `;
296296 the default warning category is :c:data: `PyExc_RuntimeWarning `. The standard
297297 Python warning categories are available as global variables whose names are
298- enumerated at :ref: `standarwarningcategories `.
298+ enumerated at :ref: `standardwarningcategories `.
299299
300300 For information about warning control, see the documentation for the
301301 :mod: `warnings ` module and the :option: `-W ` option in the command line
@@ -937,7 +937,7 @@ Notes:
937937 Only defined on Windows; protect code that uses this by testing that the
938938 preprocessor macro ``MS_WINDOWS `` is defined.
939939
940- .. _ standarwarningcategories :
940+ .. _ standardwarningcategories :
941941
942942Standard Warning Categories
943943===========================
@@ -950,7 +950,7 @@ the variables:
950950.. index ::
951951 single: PyExc_Warning
952952 single: PyExc_BytesWarning
953- single: PyExc_DepricationWarning
953+ single: PyExc_DeprecationWarning
954954 single: PyExc_FutureWarning
955955 single: PyExc_ImportWarning
956956 single: PyExc_PendingDeprecationWarning
@@ -973,7 +973,7 @@ the variables:
973973+------------------------------------------+---------------------------------+----------+
974974| :c:data: `PyExc_ImportWarning ` | :exc: `ImportWarning ` | |
975975+------------------------------------------+---------------------------------+----------+
976- | :c:data: `PyExc_PendingDepricationWarning `| :exc:`PendingDeprecationWarning`| |
976+ | :c:data: `PyExc_PendingDeprecationWarning `| :exc:`PendingDeprecationWarning`| |
977977+------------------------------------------+---------------------------------+----------+
978978| :c:data: `PyExc_ResourceWarning ` | :exc: `ResourceWarning ` | |
979979+------------------------------------------+---------------------------------+----------+
0 commit comments