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.