diff options
-rw-r--r-- | yaksh/models.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/yaksh/models.py b/yaksh/models.py index 1875fd2..3a2506c 100644 --- a/yaksh/models.py +++ b/yaksh/models.py @@ -421,7 +421,7 @@ class QuestionPaperManager(models.Manager): def create_trial_paper_to_test_questions(self, trial_quiz, questions_list): - """Creates a trial question paper to test selected questions""" + """Creates a trial question paper to test selected questions""" if questions_list is not None: trial_questionpaper=self.create(quiz=trial_quiz, total_marks=10, |