diff --git a/common/lib/capa/capa/xqueue_interface.py b/common/lib/capa/capa/xqueue_interface.py index 399cce9b6d..9573599245 100644 --- a/common/lib/capa/capa/xqueue_interface.py +++ b/common/lib/capa/capa/xqueue_interface.py @@ -55,7 +55,7 @@ def parse_xreply(xreply): return (return_code, content) -class XqueueInterface: +class XQueueInterface: ''' Interface to the external grading system '''