Commit c4a0c914 authored by Christian Metts's avatar Christian Metts
Browse files

Itty bitty typo fix.

"deletes" was missing it's last e.
parent 7462a78c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@ def delete_selected(modeladmin, request, queryset):
    deleteable objects, or, if the user has no permission one of the related
    childs (foreignkeys), a "permission denied" message.

    Next, it delets all selected objects and redirects back to the change list.
    Next, it deletes all selected objects and redirects back to the change list.
    """
    opts = modeladmin.model._meta
    app_label = opts.app_label