From 46e32f5868d7ba73b8f4c980906d93a228783a15 Mon Sep 17 00:00:00 2001 From: "Erlend E. Aasland" Date: Mon, 30 Oct 2023 10:47:21 +0100 Subject: [PATCH] Remove extra backtick --- 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 197b4b15139..3f52b01146e 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 { \