From f625e8bf42342425a860d24b6990b73efc7c3866 Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Wed, 15 Nov 2023 13:54:32 -0800 Subject: [PATCH] Update peps/pep-0007.rst Co-authored-by: Erlend E. Aasland --- peps/pep-0007.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/peps/pep-0007.rst b/peps/pep-0007.rst index c06f3eb7a91..bb09a137db1 100644 --- a/peps/pep-0007.rst +++ b/peps/pep-0007.rst @@ -149,7 +149,7 @@ Code lay-out } \ } while (0) -* ``#undef`` private macros after use. +* ``#undef`` file local macros after use. * Put blank lines around functions, structure definitions, and major sections inside functions.