@@ -290,7 +290,7 @@ is a separate error indicator for each thread.
290290 :c:data: `PyExc_Warning ` is a subclass of :c:data: `PyExc_Exception `;
291291 the default warning category is :c:data: `PyExc_RuntimeWarning `. The standard
292292 Python warning categories are available as global variables whose names are
293- enumerated at :ref: `standarwarningcategories `.
293+ enumerated at :ref: `standardwarningcategories `.
294294
295295 For information about warning control, see the documentation for the
296296 :mod: `warnings ` module and the :option: `-W ` option in the command line
@@ -665,7 +665,7 @@ Notes:
665665 Only defined on VMS; protect code that uses this by testing that the
666666 preprocessor macro ``__VMS `` is defined.
667667
668- .. _ standarwarningcategories :
668+ .. _ standardwarningcategories :
669669
670670Standard Warning Categories
671671===========================
@@ -678,7 +678,7 @@ the variables:
678678.. index ::
679679 single: PyExc_Warning
680680 single: PyExc_BytesWarning
681- single: PyExc_DepricationWarning
681+ single: PyExc_DeprecationWarning
682682 single: PyExc_FutureWarning
683683 single: PyExc_ImportWarning
684684 single: PyExc_PendingDeprecationWarning
@@ -700,7 +700,7 @@ the variables:
700700+------------------------------------------+---------------------------------+----------+
701701| :c:data: `PyExc_ImportWarning ` | :exc: `ImportWarning ` | |
702702+------------------------------------------+---------------------------------+----------+
703- | :c:data: `PyExc_PendingDepricationWarning `| :exc:`PendingDeprecationWarning`| |
703+ | :c:data: `PyExc_PendingDeprecationWarning `| :exc:`PendingDeprecationWarning`| |
704704+------------------------------------------+---------------------------------+----------+
705705| :c:data: `PyExc_RuntimeWarning ` | :exc: `RuntimeWarning ` | |
706706+------------------------------------------+---------------------------------+----------+
0 commit comments