From 10ee7fdac99491dcd2729183f13e80fc49164ef9 Mon Sep 17 00:00:00 2001 From: mediumshade Date: Wed, 18 Sep 2024 01:07:39 -0500 Subject: [PATCH] Add newline without indent --- development-tools/warnings.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/development-tools/warnings.rst b/development-tools/warnings.rst index 13438807e9..b6448f3979 100644 --- a/development-tools/warnings.rst +++ b/development-tools/warnings.rst @@ -56,6 +56,7 @@ The warning ignore files can be found in the :cpy-file:`Tools/build/` directory. Both files and directories can be added to the ignore file. Files can have an explicit warning count or a wildcard count. Directories must be followed by a wildcard count. Wildcards indicate that 0 or more warnings will be ignored. The following is an example of the warning ignore file format:: + Modules/_ctypes/_ctypes_test_generated.c.h * Objects/longobject.c 46 Objects/methodobject.c 1