[New-bugs-announce] [issue12935] Typo in findertools.py

Karsten Wolf report at bugs.python.org
Thu Sep 8 11:32:24 CEST 2011


New submission from Karsten Wolf <karstenwo at web.de>:

In the current Python-2.7.2.tar.bz2 archive ./Lib/plat-mac/findertools.py in function comment on line 131 the call to FSNewAliasMinimal is misstyped.

current version:
    object_alias = object.FSNewAliasMonimal()

corrected version

    object_alias = object.FSNewAliasMinimal()

----------
assignee: ronaldoussoren
components: Macintosh
messages: 143722
nosy: karstenw, ronaldoussoren
priority: normal
severity: normal
status: open
title: Typo in findertools.py
versions: Python 2.7

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue12935>
_______________________________________


More information about the New-bugs-announce mailing list