mirror of
https://github.com/python/cpython.git
synced 2025-07-24 19:54:21 +00:00
typos fixed by Rob Hooft
This commit is contained in:
parent
7c014684c2
commit
a05e293a21
32 changed files with 41 additions and 41 deletions
|
@ -28,7 +28,7 @@ else:
|
|||
return os.path.normpath(path)
|
||||
|
||||
|
||||
# More backwards compatability hacks
|
||||
# More backwards compatibility hacks
|
||||
def extend (list, new_list):
|
||||
"""Appends the list 'new_list' to 'list', just like the 'extend()'
|
||||
list method does in Python 1.5.2 -- but this works on earlier
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue