diff options
Diffstat (limited to 'pygments/styles/bw.py')
-rw-r--r-- | pygments/styles/bw.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pygments/styles/bw.py b/pygments/styles/bw.py index c42e6a0e..2d589c3a 100644 --- a/pygments/styles/bw.py +++ b/pygments/styles/bw.py @@ -11,7 +11,7 @@ from pygments.style import Style from pygments.token import Keyword, Name, Comment, String, Error, \ - Number, Operator, Generic, Whitespace + Operator, Generic class BlackWhiteStyle(Style): |