diff options
Diffstat (limited to 'servo/lib')
-rw-r--r-- | servo/lib/ucsv.py | 2 |
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 """ |