Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorrect numbers.Complex.imag documentation #52874

Closed
durban mannequin opened this issue May 5, 2010 · 2 comments
Closed

Incorrect numbers.Complex.imag documentation #52874

durban mannequin opened this issue May 5, 2010 · 2 comments
Labels
docs Documentation in the Doc dir

Comments

@durban
Copy link
Mannequin

durban mannequin commented May 5, 2010

BPO 8628
Nosy @mdickinson, @durban

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields:

assignee = None
closed_at = <Date 2010-05-05.21:55:18.831>
created_at = <Date 2010-05-05.15:11:50.124>
labels = ['docs']
title = 'Incorrect numbers.Complex.imag documentation'
updated_at = <Date 2010-05-05.21:55:18.830>
user = 'https://github.com/durban'

bugs.python.org fields:

activity = <Date 2010-05-05.21:55:18.830>
actor = 'mark.dickinson'
assignee = 'docs@python'
closed = True
closed_date = <Date 2010-05-05.21:55:18.831>
closer = 'mark.dickinson'
components = ['Documentation']
creation = <Date 2010-05-05.15:11:50.124>
creator = 'daniel.urban'
dependencies = []
files = []
hgrepos = []
issue_num = 8628
keywords = []
message_count = 2.0
messages = ['105048', '105089']
nosy_count = 3.0
nosy_names = ['mark.dickinson', 'daniel.urban', 'docs@python']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue8628'
versions = ['Python 2.6', 'Python 3.1', 'Python 3.2']

@durban
Copy link
Mannequin Author

durban mannequin commented May 5, 2010

The current documentation of the imag abstract property of numbers.Complex is this:
"Abstract. Retrieves the Real component of this number."
Of course the imag attribute is the imaginary component, not the real.

@durban durban mannequin assigned docspython May 5, 2010
@durban durban mannequin added the docs Documentation in the Doc dir label May 5, 2010
@mdickinson
Copy link
Member

Thanks for the report! Fixed in r80826 through r80829.

@ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Documentation in the Doc dir
Projects
None yet
Development

No branches or pull requests

1 participant