[issue5393] cmath.cos and cmath.cosh have "nResult" typo in help

2009-02-28 Thread Mark Dickinson
Mark Dickinson added the comment: Fixed in the trunk in r70062. Thanks for the report! -- nosy: +marketdickinson resolution: -> fixed status: open -> closed ___ Python tracker

[issue5393] cmath.cos and cmath.cosh have "nResult" typo in help

2009-02-28 Thread Michael Newman
New submission from Michael Newman : cmath.cos and cmath.cosh have "nResult" typo in their help text. """ Python 3.0.1 (r301:69561, Feb 13 2009, 20:04:18) [MSC v.1500 32 bit (Intel)] on win32 Type "help", "copyright", "credits" or "license" for more information. >>> import cmath >>> help(cmath.c