From 31ed0e1ac870aa077c4bd172c6eb085c8cf32cba Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Fri, 26 Jul 2019 18:19:56 -0400 Subject: [PATCH] Clean non ASCII character in docstring Signed-off-by: Roberto Rosario --- mayan/apps/storage/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mayan/apps/storage/utils.py b/mayan/apps/storage/utils.py index 07a0eeb041..1475727a6e 100644 --- a/mayan/apps/storage/utils.py +++ b/mayan/apps/storage/utils.py @@ -62,7 +62,7 @@ def get_storage_subclass(dotted_path): def mkdtemp(*args, **kwargs): """ Creates a temporary directory in the most secure manner possible. - There are no race conditions in the directory’s creation. + There are no race conditions in the directory's creation. The directory is readable, writable, and searchable only by the creating user ID. """