diff options
author | 2020-05-25 11:31:54 +0200 | |
---|---|---|
committer | 2020-05-25 11:31:54 +0200 | |
commit | 97b667e9c46d4834fd7f55e41fad8fea3c1fb236 (patch) | |
tree | e6bf89e968dd39a153227aa8ca060496d2c3cbec | |
parent | Merge branch 'master' into encoding_bug_fix (diff) |
Remove accidental extra word from docstring
-rw-r--r-- | bot/utils/persist.py | 2 |
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: |