diff --git a/peps/pep-0007.rst b/peps/pep-0007.rst index 3f52b01146e..d9e28e28320 100644 --- a/peps/pep-0007.rst +++ b/peps/pep-0007.rst @@ -138,7 +138,7 @@ Code lay-out * Vertically align line continuation characters in multi-line macros. * Macros intended to be used as a statement should use the - ``do {... }while(0)`` macro idiom. + ``do {... } while(0)`` macro idiom. Example:: #define ADD_INT_MACRO(MOD, INT) do { \