fixed code block

the code block was displaying incorrectly
This commit is contained in:
Tavistock 2013-09-08 13:59:54 -04:00
parent 4e7ddfc221
commit ff64b06c9d

View file

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