From adfcb5f7b691c0a7189783f7b603b3d589af69a0 Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Mon, 26 Jun 2017 09:31:20 -0400 Subject: [PATCH] Fixes #1295: Docstring typo --- netbox/utilities/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netbox/utilities/views.py b/netbox/utilities/views.py index 30d008a48..055f9fbba 100644 --- a/netbox/utilities/views.py +++ b/netbox/utilities/views.py @@ -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 """