Fixes #1295: Docstring typo

This commit is contained in:
Jeremy Stretch 2017-06-26 09:31:20 -04:00
parent 5aba1d9aec
commit adfcb5f7b6

View File

@ -234,7 +234,7 @@ class ObjectDeleteView(GetReturnURLMixin, View):
"""
Delete a single object.
model: The model of the object being edited
model: The model of the object being deleted
template_name: The name of the template
default_return_url: Name of the URL to which the user is redirected after deleting the object
"""