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: