From c5eda809acad3c997af91b1de537b95b0617466b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Thomas=20Holene=20L=C3=B8kkeborg?= <thomahl@stud.ntnu.no>
Date: Mon, 20 Apr 2020 14:50:53 +0200
Subject: [PATCH] Apply suggestion to soitool/inline_editable_soi_view.py

---
 soitool/inline_editable_soi_view.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/soitool/inline_editable_soi_view.py b/soitool/inline_editable_soi_view.py
index bacf971..54b5f50 100644
--- a/soitool/inline_editable_soi_view.py
+++ b/soitool/inline_editable_soi_view.py
@@ -51,7 +51,7 @@ class ProxyLabelWithCustomQPrintText(QGraphicsProxyWidget):
     default_text : str
         Text to be drawn for all QPainters except QPrint
     printing_text : str
-        Text to be drawn if the QPainters QPrint
+        Text to be drawn if the QPainter is QPrint
     """
 
     def __init__(self, default_text, printing_text):
-- 
GitLab