[New-bugs-announce] [issue2707] Tiny fix for os.walk docstring

Yinon Ehrlich report at bugs.python.org
Mon Apr 28 08:43:14 CEST 2008


New submission from Yinon Ehrlich <yinoneh at users.sourceforge.net>:

os.walk.__doc__ has the following example-line (os.py, line 271):
  for root, dirs, files in walk('python/Lib/email'):

it should be os.walk

----------
components: Library (Lib)
messages: 65911
nosy: Yinon
severity: normal
status: open
title: Tiny fix for os.walk docstring
versions: Python 2.6

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue2707>
__________________________________


More information about the New-bugs-announce mailing list