From 7485a1fd5442332399d5f05c84e4fd74b63a5823 Mon Sep 17 00:00:00 2001 From: Oyetoke Toby Date: Wed, 8 Jul 2020 08:45:27 +0100 Subject: [PATCH] Fix typo in rawlist.py #108 --- examples/rawlist.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/rawlist.py b/examples/rawlist.py index b67d950..5509251 100644 --- a/examples/rawlist.py +++ b/examples/rawlist.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- """ * example for rawlist question type -* run example by typing `python example/checkbox.py` in your console +* run example by typing `python example/rawlist.py` in your console """ from __future__ import print_function, unicode_literals