From bbbf9be883e2d4154e14a11a9ca4cda77bad3fa4 Mon Sep 17 00:00:00 2001 From: Matthias Date: Sat, 25 Sep 2021 00:56:23 +0200 Subject: [PATCH] fix docstring --- InvenTree/plugins/plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/InvenTree/plugins/plugin.py b/InvenTree/plugins/plugin.py index 11de4d1365..de728ec873 100644 --- a/InvenTree/plugins/plugin.py +++ b/InvenTree/plugins/plugin.py @@ -3,7 +3,7 @@ class InvenTreePlugin(): """ - Base class for a Barcode plugin + Base class for a plugin """ # Override the plugin name for each concrete plugin instance