From 08edac82f02e771ff82f01938208def8ef9991b0 Mon Sep 17 00:00:00 2001 From: John Vandenberg Date: Fri, 13 Nov 2015 07:02:56 +1100 Subject: Fix docstring started with """" instead of """ --- setuptools/py31compat.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setuptools/py31compat.py') diff --git a/setuptools/py31compat.py b/setuptools/py31compat.py index c487ac04..8fe6dd9d 100644 --- a/setuptools/py31compat.py +++ b/setuptools/py31compat.py @@ -20,7 +20,7 @@ except ImportError: import shutil import tempfile class TemporaryDirectory(object): - """" + """ Very simple temporary directory context manager. Will try to delete afterward, but will also ignore OS and similar errors on deletion. -- cgit v1.2.3