Skip to content

Commit

Permalink
Merge pull request #84 from njamaleddine/njamaleddine-docs-fix
Browse files Browse the repository at this point in the history
Fix typo with extra bracket
  • Loading branch information
respondcreate committed Feb 12, 2017
2 parents 4928096 + 6ec96ac commit 0e6b2d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/writing_custom_sizers_and_filters.rst
Expand Up @@ -321,7 +321,7 @@ is registered (see the highlighted lines in the following code block for the rel
# Registering the ThumbnailSizer to be available on VersatileImageField
# via the `thumbnail` attribute
versatileimagefield_registry.register_sizer('thumbnail', ThumbnailImage)]
versatileimagefield_registry.register_sizer('thumbnail', ThumbnailImage)
All Sizers are registered via the ``versatileimagefield_registry.register_sizer`` method. The first
argument is the attribute you want to make the Sizer available at and
Expand Down

0 comments on commit 0e6b2d4

Please sign in to comment.