summaryrefslogtreecommitdiff
path: root/testapp/exam/models.py
diff options
context:
space:
mode:
Diffstat (limited to 'testapp/exam/models.py')
-rw-r--r--testapp/exam/models.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/testapp/exam/models.py b/testapp/exam/models.py
index 1e7db2b..874c81c 100644
--- a/testapp/exam/models.py
+++ b/testapp/exam/models.py
@@ -21,7 +21,7 @@ languages = (
("python", "Python"),
("bash", "Bash"),
("C", "C Language"),
- ("C++", "C++ Language"),
+ ("CPP", "C++ Language"),
("java", "Java Language"),
("scilab", "Scilab"),
)