diff options
Diffstat (limited to 'pygments/styles/murphy.py')
-rw-r--r-- | pygments/styles/murphy.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pygments/styles/murphy.py b/pygments/styles/murphy.py index d7d27f98..06cc795b 100644 --- a/pygments/styles/murphy.py +++ b/pygments/styles/murphy.py @@ -15,6 +15,9 @@ from pygments.token import Keyword, Name, Comment, String, Error, \ class MurphyStyle(Style): + """ + Murphy's style from CodeRay. + """ default_style = "" |