From c2428c7276f6bb96fe99bf20625c975cb6bdce44 Mon Sep 17 00:00:00 2001 From: Mark Hoeber Date: Wed, 22 Oct 2014 16:46:03 -0400 Subject: [PATCH] Fixed code sample for python grader MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Just a missing “ --- docs/en_us/course_authors/source/change_log.rst | 6 +++++- .../course_authors/source/exercises_tools/custom_python.rst | 4 ++-- docs/en_us/olx/source/change_log.rst | 3 +++ docs/en_us/shared/exercises_tools/custom_python.rst | 4 ++-- 4 files changed, 12 insertions(+), 5 deletions(-) diff --git a/docs/en_us/course_authors/source/change_log.rst b/docs/en_us/course_authors/source/change_log.rst index d3cae484d7..48881534c4 100644 --- a/docs/en_us/course_authors/source/change_log.rst +++ b/docs/en_us/course_authors/source/change_log.rst @@ -13,8 +13,12 @@ October, 2014 * - Date - Change + * - 10/27/14 + - Fixed the code sample in :ref:`Script Tag Format` in the :ref:`Write + Your Own Grader` chapter. * - 10/23/14 - - Added note about limited support of annotation problem type to :ref:`Annotation`. + - Added note about limited support of annotation problem type to + :ref:`Annotation`. * - 10/16/14 - Updated :ref:`Set Important Dates for Your Course` to reflect change that course dates now use UTC. diff --git a/docs/en_us/course_authors/source/exercises_tools/custom_python.rst b/docs/en_us/course_authors/source/exercises_tools/custom_python.rst index d077c9d374..f5b0a3b4b9 100644 --- a/docs/en_us/course_authors/source/exercises_tools/custom_python.rst +++ b/docs/en_us/course_authors/source/exercises_tools/custom_python.rst @@ -126,10 +126,10 @@ The script tag format encloses a Python script that contains a "check function"

Enter two integers that sum to 10.


-
- + **Important**: Python honors indentation. Within the ``