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 ``