diff --git a/InvenTree/part/views.py b/InvenTree/part/views.py index 1d33cec347..4f61036f95 100644 --- a/InvenTree/part/views.py +++ b/InvenTree/part/views.py @@ -125,7 +125,7 @@ class PartAttachmentDelete(AjaxDeleteView): class MakePartVariant(AjaxCreateView): - """ View for creating a new variant based on an existing template Part + """ View for creating a new variant based on an existing template Part - Part is provided in the URL '/part//make_variant/' - Automatically copy relevent data (BOM, etc, etc)