aboutsummaryrefslogtreecommitdiffstats
path: root/bot/utils/persist.py
diff options
context:
space:
mode:
Diffstat (limited to 'bot/utils/persist.py')
-rw-r--r--bot/utils/persist.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/utils/persist.py b/bot/utils/persist.py
index 0b4a60c0..1e178569 100644
--- a/bot/utils/persist.py
+++ b/bot/utils/persist.py
@@ -25,7 +25,7 @@ def make_persistent(file_path: Path) -> Path:
as otherwise only one datafile can be persistent and will be returned for
both cases.
- Ensure that all open files are using explicit appropriate encoding to avoid encod
+ Ensure that all open files are using explicit appropriate encoding to avoid
encoding errors from diffent OS systems.
Example Usage: