From: cocoatomo Date: Wed, 29 Mar 2017 01:31:58 +0000 (+0900) Subject: Delete trailing whitespaces X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a66ceacdafffae5bf75505108f80a79637392164;p=thirdparty%2FPython%2Fcpython.git Delete trailing whitespaces --- diff --git a/Doc/c-api/exceptions.rst b/Doc/c-api/exceptions.rst index f2f10da720ed..83bcfba89b09 100644 --- a/Doc/c-api/exceptions.rst +++ b/Doc/c-api/exceptions.rst @@ -964,12 +964,12 @@ Notes: Standard Warnings ================= - + All standard Python warning categories are available as global variables whose names are ``PyExc_`` followed by the Python exception name. These have the type :c:type:`PyObject\*`; they are all class objects. For completeness, here are all the variables: - + +------------------------------------------+---------------------------------+----------+ | C Name | Python Name | Notes | +==========================================+=================================+==========+ @@ -995,7 +995,7 @@ the variables: +------------------------------------------+---------------------------------+----------+ | :c:data:`PyExc_Warning` | :exc:`Warning` | \(1) | +------------------------------------------+---------------------------------+----------+ - + .. versionadded:: 3.2 :c:data:`PyExc_ResourceWarning`.