Fixed #17832 -- Missing negation in a comment. Thanks mk for the report.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@17667 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Aymeric Augustin 2012-03-05 08:47:22 +00:00
parent 399aa72330
commit 6b48b88564
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ def fullsplit(path, result=None):
return result
return fullsplit(head, [tail] + result)
# Tell distutils to put the data_files in platform-specific installation
# Tell distutils not to put the data_files in platform-specific installation
# locations. See here for an explanation:
# http://groups.google.com/group/comp.lang.python/browse_thread/thread/35ec7b2fed36eaec/2105ee4d9e8042cb
for scheme in INSTALL_SCHEMES.values():