Fix typos in code comments and documentation

This commit is contained in:
Martin Panter 2016-04-16 09:28:57 +00:00
parent 00ccacc8db
commit 119e502277
6 changed files with 9 additions and 9 deletions

View file

@ -372,7 +372,7 @@ symbolic links encountered in the path."""
path, ok = _joinrealpath(filename[:0], filename, {})
return abspath(path)
# Join two paths, normalizing ang eliminating any symbolic links
# Join two paths, normalizing and eliminating any symbolic links
# encountered in the second path.
def _joinrealpath(path, rest, seen):
if isinstance(path, bytes):