From 0e01ef29d40a716bd50ae68ee8c8de6b721219e0 Mon Sep 17 00:00:00 2001 From: Philip Ridout Date: Sat, 26 Aug 2017 17:00:36 +0100 Subject: [PATCH] Pep fixes --- openlp/core/ui/lib/pathedit.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/openlp/core/ui/lib/pathedit.py b/openlp/core/ui/lib/pathedit.py index b9561cc25..d5b9272fa 100644 --- a/openlp/core/ui/lib/pathedit.py +++ b/openlp/core/ui/lib/pathedit.py @@ -47,7 +47,8 @@ class PathEdit(QtWidgets.QWidget): :param QtWidget.QWidget | None: The parent of the widget. This is just passed to the super method. :param str dialog_caption: Used to customise the caption in the QFileDialog. - :param openlp.core.common.path.Path default_path: The default path. This is set as the path when the revert button is clicked + :param openlp.core.common.path.Path default_path: The default path. This is set as the path when the revert + button is clicked :param bool show_revert: Used to determine if the 'revert button' should be visible. :rtype: None """