diff options
-rw-r--r-- | ranger/container/bookmarks.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ranger/container/bookmarks.py b/ranger/container/bookmarks.py index 36b06404..59838c00 100644 --- a/ranger/container/bookmarks.py +++ b/ranger/container/bookmarks.py @@ -29,7 +29,7 @@ class Bookmarks(FileManagerAware): load_pattern = re.compile(r"^[\d\w']:.") def __init__(self, bookmarkfile, bookmarktype=str, autosave=False, - nonpersistent_bookmarks=()): + nonpersistent_bookmarks=()): """Initializes Bookmarks. <bookmarkfile> specifies the path to the file where |