Merge pull request #77 from Tavistock/patch-1

Documentation: fixed code block
This commit is contained in:
Carl Meyer 2013-09-08 18:56:25 -07:00
commit 8bead336a7

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