#18705: fix a number of typos. Patch by Févry Thibault.

This commit is contained in:
Ezio Melotti 2013-08-17 15:50:46 +03:00
parent 67f39777fa
commit 30b9d5d3af
25 changed files with 44 additions and 44 deletions

View file

@ -22,7 +22,7 @@ def exists(path):
# This follows symbolic links, so both islink() and isdir() can be true
# for the same path ono systems that support symlinks
# for the same path on systems that support symlinks
def isfile(path):
"""Test whether a path is a regular file"""
try: