From ec386a58d8a0807dcbfe5aa60f10a3be36fe33e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Holene=20L=C3=B8kkeborg?= <thomahl@stud.ntnu.no> Date: Fri, 17 Apr 2020 09:22:49 +0200 Subject: [PATCH] Apply suggestion to soitool/accept_reject_dialog.py --- soitool/accept_reject_dialog.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/soitool/accept_reject_dialog.py b/soitool/accept_reject_dialog.py index ab7d681..0e67f84 100644 --- a/soitool/accept_reject_dialog.py +++ b/soitool/accept_reject_dialog.py @@ -9,7 +9,7 @@ from PySide2.QtWidgets import ( class AcceptRejectDialog(QDialog): - """Dialog with accept and reject button. + """Dialog with accept and reject buttons. The class is not meant to be used directly. It is meant to be the superclass of all dialogs that include "accept" and "reject" -like buttons. -- GitLab