mirror of
https://github.com/python/cpython.git
synced 2025-11-25 04:34:37 +00:00
Fix typos in code comments and documentation
This commit is contained in:
parent
00ccacc8db
commit
119e502277
6 changed files with 9 additions and 9 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue