Fix miscellaneous typos (#4275)

This commit is contained in:
luzpaz 2017-11-05 07:37:50 -06:00 committed by Serhiy Storchaka
parent cf296537f1
commit a5293b4ff2
50 changed files with 82 additions and 82 deletions

View file

@ -1,5 +1,5 @@
"""
Collect various informations about Python to help debugging test failures.
Collect various information about Python to help debugging test failures.
"""
from __future__ import print_function
import errno
@ -40,7 +40,7 @@ class PythonInfo:
def get_infos(self):
"""
Get informations as a key:value dictionary where values are strings.
Get information as a key:value dictionary where values are strings.
"""
return {key: str(value) for key, value in self.info.items()}