[readme] updated

This commit is contained in:
mzwiessele 2015-10-12 14:28:23 +01:00
parent b585ca5a2c
commit 134144c4c7
6 changed files with 118 additions and 22 deletions

View file

@ -42,7 +42,7 @@ import numpy as np
import codecs
def read(fname):
with codecs.open(fname, 'r', 'utf-8') as f:
with codecs.open(fname, 'r', 'latin') as f:
return f.read()
def read_to_rst(fname):