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

Fix missing word in sys.float_info docstring #93489

Merged
merged 1 commit into from Jun 4, 2022

Conversation

mdickinson
Copy link
Member

@mdickinson mdickinson commented Jun 4, 2022

The sys.float_info docstring entry for min_10_exp was missing a word: it should say such that 10**e is a normalized float instead of such that 10**e is a normalized. This PR fixes that.

@mdickinson
Copy link
Member Author

@mdickinson mdickinson commented Jun 4, 2022

@sweeneyde Would you be available for a quick review?

@mdickinson mdickinson requested a review from sweeneyde Jun 4, 2022
@mdickinson mdickinson added interpreter-core type-bug needs backport to 3.10 needs backport to 3.11 labels Jun 4, 2022
Copy link
Member

@sweeneyde sweeneyde left a comment

Change looks correct, good catch.

@mdickinson mdickinson merged commit e12f34b into python:main Jun 4, 2022
12 checks passed
@miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Jun 4, 2022

Thanks @mdickinson for the PR 🌮🎉.. I'm working now to backport this PR to: 3.10, 3.11.
🐍🍒🤖

miss-islington pushed a commit to miss-islington/cpython that referenced this issue Jun 4, 2022
(cherry picked from commit e12f34b)

Co-authored-by: Mark Dickinson <dickinsm@gmail.com>
@bedevere-bot
Copy link

@bedevere-bot bedevere-bot commented Jun 4, 2022

GH-93495 is a backport of this pull request to the 3.11 branch.

miss-islington pushed a commit to miss-islington/cpython that referenced this issue Jun 4, 2022
(cherry picked from commit e12f34b)

Co-authored-by: Mark Dickinson <dickinsm@gmail.com>
@bedevere-bot
Copy link

@bedevere-bot bedevere-bot commented Jun 4, 2022

GH-93496 is a backport of this pull request to the 3.10 branch.

@mdickinson mdickinson deleted the doc/fix-float-info-missing-word branch Jun 4, 2022
@mdickinson
Copy link
Member Author

@mdickinson mdickinson commented Jun 4, 2022

@sweeneyde @AA-Turner Thanks, both!

mdickinson added a commit that referenced this issue Jun 4, 2022
(cherry picked from commit e12f34b)

Co-authored-by: Mark Dickinson <dickinsm@gmail.com>

Co-authored-by: Mark Dickinson <dickinsm@gmail.com>
mdickinson added a commit that referenced this issue Jun 4, 2022
(cherry picked from commit e12f34b)

Co-authored-by: Mark Dickinson <dickinsm@gmail.com>

Co-authored-by: Mark Dickinson <dickinsm@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
interpreter-core skip issue skip news type-bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants