@@ -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
@@ -958,7 +958,7 @@ Notes:
958958 Only defined on Windows; protect code that uses this by testing that the
959959 preprocessor macro ``MS_WINDOWS `` is defined.
960960
961- .. _ standarwarningcategories :
961+ .. _ standardwarningcategories :
962962
963963Standard Warning Categories
964964===========================
@@ -971,7 +971,7 @@ the variables:
971971.. index ::
972972 single: PyExc_Warning
973973 single: PyExc_BytesWarning
974- single: PyExc_DepricationWarning
974+ single: PyExc_DeprecationWarning
975975 single: PyExc_FutureWarning
976976 single: PyExc_ImportWarning
977977 single: PyExc_PendingDeprecationWarning
@@ -994,7 +994,7 @@ the variables:
994994+------------------------------------------+---------------------------------+----------+
995995| :c:data: `PyExc_ImportWarning ` | :exc: `ImportWarning ` | |
996996+------------------------------------------+---------------------------------+----------+
997- | :c:data: `PyExc_PendingDepricationWarning `| :exc:`PendingDeprecationWarning`| |
997+ | :c:data: `PyExc_PendingDeprecationWarning `| :exc:`PendingDeprecationWarning`| |
998998+------------------------------------------+---------------------------------+----------+
999999| :c:data: `PyExc_ResourceWarning ` | :exc: `ResourceWarning ` | |
10001000+------------------------------------------+---------------------------------+----------+
0 commit comments