diff options
Diffstat (limited to 'pygments/lexers/diff.py')
-rw-r--r-- | pygments/lexers/diff.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pygments/lexers/diff.py b/pygments/lexers/diff.py index 5ff8375c..bdb6d77b 100644 --- a/pygments/lexers/diff.py +++ b/pygments/lexers/diff.py @@ -114,9 +114,9 @@ class WDiffLexer(RegexLexer): Note that: - * only to normal output (without option like -l). - * if target files of wdiff contain "[-", "-]", "{+", "+}", - especially they are unbalanced, this lexer will get confusing. + * It only works with normal output (without options like ``-l``). + * If the target files contain "[-", "-]", "{+", or "+}", + especially they are unbalanced, the lexer will get confused. .. versionadded:: 2.2 """ |