Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
quicklizard99 committed May 11, 2016
1 parent 92a1a95 commit 75b751a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inselect/gui/main_window.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 75b751a

Please sign in to comment.