From a66ceacdafffae5bf75505108f80a79637392164 Mon Sep 17 00:00:00 2001 From: cocoatomo Date: Wed, 29 Mar 2017 10:31:58 +0900 Subject: [PATCH] Delete trailing whitespaces --- Doc/c-api/exceptions.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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`. -- 2.47.3