From f0dfc7ac5c2f76baaae0c3b45bc339281cfa2adc Mon Sep 17 00:00:00 2001 From: Walter Dörwald Date: Mon, 20 Oct 2003 14:01:56 +0000 Subject: Fix a bunch of typos in documentation, docstrings and comments. (From SF patch #810751) --- Lib/ntpath.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Lib/ntpath.py') diff --git a/Lib/ntpath.py b/Lib/ntpath.py index fcb899bd8ff..687d88513e2 100644 --- a/Lib/ntpath.py +++ b/Lib/ntpath.py @@ -301,7 +301,7 @@ def ismount(path): # For each directory under top (including top itself, but excluding # '.' and '..'), func(arg, dirname, filenames) is called, where # dirname is the name of the directory and filenames is the list -# files files (and subdirectories etc.) in the directory. +# of files (and subdirectories etc.) in the directory. # The func may modify the filenames list, to implement a filter, # or to impose a different order of visiting. -- cgit v1.2.3