Skip to content

Commit

Permalink
Fix documentation to format code properly
Browse files Browse the repository at this point in the history
  • Loading branch information
joshblum committed Apr 15, 2016
1 parent 622b234 commit 6cfcfe6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/Admin-add-popup.rst
Expand Up @@ -48,7 +48,7 @@ You could implement a custom permission check in the `LookupChannel`::
Inline forms in the Admin
-------------------------

If you are using ajax select fields on an Inline you can use these superclasses:
If you are using ajax select fields on an Inline you can use these superclasses::

from ajax_select.admin import AjaxSelectAdminTabularInline, AjaxSelectAdminStackedInline
# or use this mixin if already have a superclass
Expand Down

0 comments on commit 6cfcfe6

Please sign in to comment.