Commit e2182e69 authored by Reinout van Rees's avatar Reinout van Rees Committed by GitHub

Merge pull request #491 from timgates42/bugfix/typo_especially

Fix simple typo: expecially -> especially
parents 5aa3e5bd be26ab1c
......@@ -126,7 +126,7 @@ def clean_up_pyc(*path):
MUST_CLOSE_FDS = not sys.platform.startswith('win')
def system(command, input='', with_exit_code=False):
# Some TERMinals, expecially xterm and its variants, add invisible control
# Some TERMinals, especially xterm and its variants, add invisible control
# characters, which we do not want as they mess up doctests. See:
# https://github.com/buildout/buildout/pull/311
# http://bugs.python.org/issue19884
......
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