summaryrefslogtreecommitdiff
path: root/raphodo/didyouknow.py
diff options
context:
space:
mode:
Diffstat (limited to 'raphodo/didyouknow.py')
-rw-r--r--raphodo/didyouknow.py3
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):