fixing a dumb spelling error

This commit is contained in:
Martin A. Brown 2016-03-15 15:49:01 -07:00
parent 0461c27d7a
commit 1c7af7b634
1 changed files with 1 additions and 1 deletions

View File

@ -140,7 +140,7 @@ class TestSourceDocSkeleton(object):
if os.path.isfile(content):
shutil.copy(content, fname)
else:
with codecs.open(fname, 'w', encodeing='utf-8') as f:
with codecs.open(fname, 'w', encoding='utf-8') as f:
f.write(content)