summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--yaksh/models.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/yaksh/models.py b/yaksh/models.py
index 82b9fff..c4a280a 100644
--- a/yaksh/models.py
+++ b/yaksh/models.py
@@ -340,7 +340,7 @@ class Question(models.Model):
q_file = os.path.join(path, file_name)
if os.path.exists(q_file):
que_file = open(q_file, 'r')
- #Converting to Python file object with
+ # Converting to Python file object with
# some Django-specific additions
django_file = File(que_file)
file_upload = FileUpload()