Ticket #11471: callable_typo.diff

File callable_typo.diff, 569 bytes (added by Adam Vandenberg, 15 years ago)
  • django/contrib/admin/options.py

     
    482482
    483483    def get_action(self, action):
    484484        """
    485         Return a given action from a parameter, which can either be a calable,
     485        Return a given action from a parameter, which can either be a callable,
    486486        or the name of a method on the ModelAdmin.  Return is a tuple of
    487487        (callable, name, description).
    488488        """
Back to Top