diff options
author | Antoine Beaupré <anarcat@debian.org> | 2018-03-14 12:24:17 -0400 |
---|---|---|
committer | Antoine Beaupré <anarcat@debian.org> | 2018-03-14 12:24:17 -0400 |
commit | 0a297829eaf3912c939e1b43a3ef6ddeb7607b38 (patch) | |
tree | 51733e0d6ffb00f0f7dfe01dccd48b2a598e5153 /raphodo/didyouknow.py | |
parent | 88c8bd4cd2ee4707f8a43be4d89c4e040dcced2f (diff) |
New upstream version 0.9.9upstream/0.9.9
Diffstat (limited to 'raphodo/didyouknow.py')
-rw-r--r-- | raphodo/didyouknow.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/raphodo/didyouknow.py b/raphodo/didyouknow.py index b0e6780..a6de7ec 100644 --- a/raphodo/didyouknow.py +++ b/raphodo/didyouknow.py @@ -238,7 +238,7 @@ name of an event or location.</li> <li><b>Text</b> which you want to appear every time, such as a hyphen or a space.</li> </ol> Naming subfolders with the year, followed by the month and finally the day in numeric format makes -it easy to keep them sorted in a file manager, which is why its the default option: +it easy to keep them sorted in a file manager, which is why it's the default option: """ ), 'downloadsubfolders.png', @@ -428,7 +428,6 @@ href="http://damonlynch.net/rapid/documentation/#caches">online documentation</a # Miscellaneous Preferences - class Tips: def __getitem__(self, item) -> str: if 0 > item >= len(tips): |