Opened 13 years ago

Closed 13 years ago

Last modified 13 years ago

#3045 closed defect (fixed)

Calculate typo

Reported by: cjl Owned by:
Priority: Unspecified by Maintainer Milestone: Unspecified
Component: untriaged Version: Unspecified
Severity: Unspecified Keywords:
Cc: garycmartin Distribution/OS: Unspecified
Bug Status: Unconfirmed

Description

functions.py:141

extraneous "i" in ix

asin(x), return the arc sine of x. This is the angle for which the sine is ix. Defined for -1 <= x <= 1

should be

asin(x), return the arc sine of x. This is the angle for which the sine is x. Defined for -1 <= x <= 1

Change History (5)

comment:1 Changed 13 years ago by cjl

There is another typo (I think), extraneous ")"

astparser.py:502

Attribute '%s' does not exist)

should probably be

Attribute '%s' does not exist

comment:2 Changed 13 years ago by garycmartin

  • Resolution set to fixed
  • Status changed from new to closed

Oooh, thanks. Fixed in git mainline (source and pot string corrected).

comment:3 Changed 13 years ago by cjl

Please fix the ix > x typo in the original message please

comment:4 follow-up: Changed 13 years ago by cjl

This is the angle for which the sine is ix

To

This is the angle for which the sine is x

comment:5 in reply to: ↑ 4 Changed 13 years ago by garycmartin

Replying to cjl:

This is the angle for which the sine is ix

To

This is the angle for which the sine is x


Sorry for missing the original ticket purpose! Done, pushed to mainline.

Note: See TracTickets for help on using tickets.