diff options
Diffstat (limited to 'docs/users_guide/flags.py')
-rw-r--r-- | docs/users_guide/flags.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/users_guide/flags.py b/docs/users_guide/flags.py index 8d09971a5f..f6927d5981 100644 --- a/docs/users_guide/flags.py +++ b/docs/users_guide/flags.py @@ -257,7 +257,7 @@ class LanguageExtension(GenericFlag): @staticmethod def _noname(name): # We check isupper() so that NondecreasingIndentation - # is not counted as "No-decreasingIndentation" + # is not counted as "No-ndecreasingIndentation" if name[:2] == "No" and name[2].isupper(): return name[2:] else: |