commit | bf02d18844ff1087225394083f62e4ee8e1db072 | [log] [tgz] |
---|---|---|
author | Martin Panter <vadmium+py@gmail.com> | Sat Apr 16 09:28:57 2016 +0000 |
committer | Martin Panter <vadmium+py@gmail.com> | Sat Apr 16 09:28:57 2016 +0000 |
tree | fa9ecd4a068ce2bdf3be245ec30e569eb7ccbc4d | |
parent | fb45216da81610dc3166237a628cd7bf0db12f0a [diff] [blame] |
Fix typos in code comment and documentation
diff --git a/Lib/posixpath.py b/Lib/posixpath.py index 6578481..8f92822 100644 --- a/Lib/posixpath.py +++ b/Lib/posixpath.py
@@ -375,7 +375,7 @@ path, ok = _joinrealpath('', 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 isabs(rest):