mirror of
https://github.com/Hopiu/django-model-utils.git
synced 2026-03-17 04:10:24 +00:00
Merge pull request #77 from Tavistock/patch-1
Documentation: fixed code block
This commit is contained in:
commit
8bead336a7
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue