Skip to content

Commit

Permalink
Fixed django#17832 -- Missing negation in a comment. Thanks mk for th…
Browse files Browse the repository at this point in the history
…e report.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@17667 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
aaugustin committed Mar 5, 2012
1 parent 399aa72 commit 6b48b88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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():
Expand Down

0 comments on commit 6b48b88

Please sign in to comment.