aboutsummaryrefslogtreecommitdiffstats
path: root/servo/lib/ucsv.py
diff options
context:
space:
mode:
authorFilipp Lepalaan <filipp@mac.com>2015-10-16 13:03:50 +0300
committerFilipp Lepalaan <filipp@mac.com>2015-10-16 13:03:50 +0300
commita7bed71c6431342ceb0503171eaab26c119f2223 (patch)
tree6b7e8b0c5a879def42e4e1c6ef09efb97749d586 /servo/lib/ucsv.py
parent7ed178e0ba678af813750c603c1636be1376f770 (diff)
downloadServo-a7bed71c6431342ceb0503171eaab26c119f2223.tar.gz
Servo-a7bed71c6431342ceb0503171eaab26c119f2223.tar.bz2
Servo-a7bed71c6431342ceb0503171eaab26c119f2223.zip
Cleanup
Diffstat (limited to 'servo/lib/ucsv.py')
-rw-r--r--servo/lib/ucsv.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/servo/lib/ucsv.py b/servo/lib/ucsv.py
index 91b2acf..accf7d1 100644
--- a/servo/lib/ucsv.py
+++ b/servo/lib/ucsv.py
@@ -1,5 +1,5 @@
"""
-Borrwed from
+Borrowed from
http://stackoverflow.com/questions/1846135/python-csv-library-with-unicode-utf-8-support-that-just-works
"""