From 145c034e89fc6ae04070b5c5680d695e475b4b7f Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Tue, 10 Jul 2018 09:53:48 -0700 Subject: [PATCH] Disambiguate 'if' as syntax and not grammar --- pep-0572.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pep-0572.rst b/pep-0572.rst index 7d2abbb7f..2b5b29d20 100644 --- a/pep-0572.rst +++ b/pep-0572.rst @@ -402,7 +402,7 @@ moves it as the "header" of the block. _pydecimal.py ^^^^^^^^^^^^^ -Avoid nested if and remove one indentation level. +Avoid nested ``if`` and remove one indentation level. - Current::