From f618a48d117fe98dce05253eded6caeb9a849114 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Tue, 2 Nov 1999 13:29:08 +0000 Subject: Correct typo in walk.__doc__ reported by Francois Pinard. --- Lib/posixpath.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Lib/posixpath.py') diff --git a/Lib/posixpath.py b/Lib/posixpath.py index 36edc80f14..874dc4c95a 100644 --- a/Lib/posixpath.py +++ b/Lib/posixpath.py @@ -254,7 +254,7 @@ def ismount(path): # or to impose a different order of visiting. def walk(top, func, arg): - """walk(top,func,args) calls func(arg, d, files) for each directory "d" + """walk(top,func,arg) calls func(arg, d, files) for each directory "d" in the tree rooted at "top" (including "top" itself). "files" is a list of all the files and subdirs in directory "d". """ -- cgit v1.2.1