Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
Blurg... fixed verb tense shift.
  • Loading branch information
maestrofjp committed Jul 10, 2014
1 parent 1f8ba57 commit 4faadde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ by adding a Django widget style `attrs` attribute::
Programmatically Enabling Object Admin Actions
``````````````````````````````````````````````

You can programatically enabled and disable registered object actions by defining
You can programatically enable and disable registered object actions by defining
your own custom ``get_object_actions()`` method. In this example, certain actions
only apply to certain object states (i.e. You should not be able to close an company
account if the account is already closed)::
Expand Down

0 comments on commit 4faadde

Please sign in to comment.