]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Delete trailing whitespaces
authorcocoatomo <cocoatomo77@gmail.com>
Wed, 29 Mar 2017 01:31:58 +0000 (10:31 +0900)
committercocoatomo <cocoatomo77@gmail.com>
Wed, 29 Mar 2017 01:31:58 +0000 (10:31 +0900)
Doc/c-api/exceptions.rst

index f2f10da720ed57ebe395985678e072c955cec0e6..83bcfba89b09a806a1b4dd10a191f41c077cd2c5 100644 (file)
@@ -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`.