summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordomspad <devnull@localhost>2016-06-02 16:08:08 -0700
committerdomspad <devnull@localhost>2016-06-02 16:08:08 -0700
commit406fa87e97e6f886ea11de21531bcc1f1ae30ebf (patch)
treea2350fbccf6919ae1c79b2b130cde0776774b545
parent4242a01c1bc53bd76fad358a56b25af961bc2628 (diff)
downloadpygments-406fa87e97e6f886ea11de21531bcc1f1ae30ebf.tar.gz
python typos
-rw-r--r--tests/test_julia.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test_julia.py b/tests/test_julia.py
index 856aba3b..8f78e283 100644
--- a/tests/test_julia.py
+++ b/tests/test_julia.py
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
"""
- Python Tests
+ Julia Tests
~~~~~~~~~~~~
:copyright: Copyright 2006-2015 by the Pygments team, see AUTHORS.
@@ -13,7 +13,7 @@ from pygments.lexers import JuliaLexer
from pygments.token import Token
-class Julia(unittest.TestCase):
+class JuliaTests(unittest.TestCase):
def setUp(self):
self.lexer = JuliaLexer()