Issue #27171: Merge typo fixes from 3.5

This commit is contained in:
Martin Panter 2016-06-02 10:11:18 +00:00
commit 0b7d84de6b
30 changed files with 51 additions and 51 deletions

View file

@ -278,7 +278,7 @@ class BuildExtTestCase(TempdirManager,
def test_compiler_option(self):
# cmd.compiler is an option and
# should not be overriden by a compiler instance
# should not be overridden by a compiler instance
# when the command is run
dist = Distribution()
cmd = self.build_ext(dist)