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

Typo in docs - Lib/random #66487

Closed
benrodrigue mannequin opened this issue Aug 27, 2014 · 2 comments
Closed

Typo in docs - Lib/random #66487

benrodrigue mannequin opened this issue Aug 27, 2014 · 2 comments
Labels
docs Documentation in the Doc dir type-bug An unexpected behavior, bug, or error

Comments

@benrodrigue
Copy link
Mannequin

benrodrigue mannequin commented Aug 27, 2014

BPO 22291
Nosy @birkenfeld, @ezio-melotti, @merwok, @bitdancer

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 2014-08-27.15:30:33.886>
created_at = <Date 2014-08-27.15:17:31.550>
labels = ['type-bug', 'invalid', 'docs']
title = 'Typo in docs - Lib/random'
updated_at = <Date 2014-08-27.15:30:33.847>
user = 'https://bugs.python.org/benrodrigue'

bugs.python.org fields:

activity = <Date 2014-08-27.15:30:33.847>
actor = 'r.david.murray'
assignee = 'docs@python'
closed = True
closed_date = <Date 2014-08-27.15:30:33.886>
closer = 'r.david.murray'
components = ['Documentation']
creation = <Date 2014-08-27.15:17:31.550>
creator = 'benrodrigue'
dependencies = []
files = []
hgrepos = []
issue_num = 22291
keywords = []
message_count = 2.0
messages = ['225990', '225994']
nosy_count = 6.0
nosy_names = ['georg.brandl', 'ezio.melotti', 'eric.araujo', 'r.david.murray', 'docs@python', 'benrodrigue']
pr_nums = []
priority = 'normal'
resolution = 'not a bug'
stage = 'resolved'
status = 'closed'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue22291'
versions = ['Python 3.4']

@benrodrigue
Copy link
Mannequin Author

benrodrigue mannequin commented Aug 27, 2014

Small typo:

In the documentation for the random module. The documentation refers to the semi-open range and then gives an example using a left bracket and then a curved parenthesis on the right.

Link to page:https://docs.python.org/3.4/library/random.html

From text:"which generates a random float uniformly in the semi-open range [0.0, 1.0)"

I am new to programming but I believe this to be incorrect. If there is a way to submit a patch for the documentation, I am happy to do so.

@benrodrigue benrodrigue mannequin assigned docspython Aug 27, 2014
@benrodrigue benrodrigue mannequin added the docs Documentation in the Doc dir label Aug 27, 2014
@bitdancer
Copy link
Member

That's mathematical notation, not python syntax. Note that in the html it is *not* styled as a literal code snippet.

@bitdancer bitdancer added invalid type-bug An unexpected behavior, bug, or error labels Aug 27, 2014
@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 type-bug An unexpected behavior, bug, or error
Projects
None yet
Development

No branches or pull requests

1 participant