From 75b751aef9788bb48062db8b674bccc1160333c9 Mon Sep 17 00:00:00 2001 From: Lawrence Hudson Date: Wed, 11 May 2016 14:47:48 +0100 Subject: [PATCH] Fix comment --- inselect/gui/main_window.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inselect/gui/main_window.py b/inselect/gui/main_window.py index ea5edfe..76fcc94 100644 --- a/inselect/gui/main_window.py +++ b/inselect/gui/main_window.py @@ -376,7 +376,7 @@ def open_recent(self, index): self.open_file(recent[index]) def open_document(self, path=None, document=None): - """Either loads the inselect document from path or uses the existing + """Either loads the inselect document from path or uses the existing InselectDocument given in document. """ if path and document: