Disambiguate 'if' as syntax and not grammar

This commit is contained in:
Brett Cannon 2018-07-10 09:53:48 -07:00 committed by GitHub
parent 8606d403fb
commit 145c034e89
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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::