From ff64b06c9deac30d5654a72cc2335c2c78c0c747 Mon Sep 17 00:00:00 2001 From: Tavistock Date: Sun, 8 Sep 2013 13:59:54 -0400 Subject: [PATCH] fixed code block the code block was displaying incorrectly --- docs/utilities.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/utilities.rst b/docs/utilities.rst index 838b87f..788dd17 100644 --- a/docs/utilities.rst +++ b/docs/utilities.rst @@ -55,7 +55,7 @@ the third is the human-readable version: Option groups can also be used with ``Choices``; in that case each argument is a tuple consisting of the option group name and a list of options, where each option in the list is either a string, a two-tuple, -or a triple as outlined above. For example:: +or a triple as outlined above. For example: .. code-block:: python