Commit 2ec13d5d authored by Jason R. Coombs's avatar Jason R. Coombs

Correct typo

parent f4d7965c
......@@ -107,7 +107,7 @@ def run_setup_py(cmd, pypath=None, path=None,
#decode the console string if needed
if hasattr(data, "decode"):
data = data.decode() # should use the preffered encoding
data = data.decode() # should use the preferred encoding
data = unicodedata.normalize('NFC', data)
#communciate calls wait()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment