Ticket #3045 (closed defect: fixed)

Opened 22 months ago

Last modified 22 months ago

Calculate typo

Reported by: cjl Owned by:
Priority: Unspecified by Maintainer Milestone: Unspecified by Release Team
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

  Changed 22 months 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

  Changed 22 months ago by garycmartin

  • status changed from new to closed
  • resolution set to fixed

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

  Changed 22 months ago by cjl

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

follow-up: ↓ 5   Changed 22 months ago by cjl

This is the angle for which the sine is ix

To

This is the angle for which the sine is x

in reply to: ↑ 4   Changed 22 months 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.