Merge pull request #2381 from namlede/patch-1

Fix a typo in a comment
This commit is contained in:
Cory Benfield
2014-12-15 07:59:47 +00:00
+1 -1
View File
@@ -76,7 +76,7 @@ is_solaris = ('solar==' in str(sys.platform).lower()) # Complete guess.
try:
import simplejson as json
except (ImportError, SyntaxError):
# simplejson does not support Python 3.2, it thows a SyntaxError
# simplejson does not support Python 3.2, it throws a SyntaxError
# because of u'...' Unicode literals.
import json