Clean non ASCII character in docstring

Signed-off-by: Roberto Rosario <roberto.rosario@mayan-edms.com>
This commit is contained in:
Roberto Rosario
2019-07-26 18:19:56 -04:00
parent 9ad82695d9
commit 31ed0e1ac8

View File

@@ -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 directorys creation.
There are no race conditions in the directory's creation.
The directory is readable, writable, and searchable only by the creating
user ID.
"""