This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: documentation for NormalDist.quantiles(): missing argument
Type: Stage: resolved
Components: Documentation Versions: Python 3.8
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: rhettinger Nosy List: docs@python, rhettinger, srittau
Priority: normal Keywords: patch

Created on 2019-10-13 14:20 by srittau, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 16757 merged rhettinger, 2019-10-14 02:46
PR 16758 merged miss-islington, 2019-10-14 02:54
Messages (4)
msg354584 - (view) Author: Sebastian Rittau (srittau) * Date: 2019-10-13 14:20
The documentation for NormalDist.quantiles() (https://docs.python.org/3.8/library/statistics.html#statistics.NormalDist) is missing the "n" argument from the definition.
msg354611 - (view) Author: Raymond Hettinger (rhettinger) * (Python committer) Date: 2019-10-14 00:59
Thanks for noticing.. Will get that fixed up shortly.
msg354612 - (view) Author: Raymond Hettinger (rhettinger) * (Python committer) Date: 2019-10-14 02:53
New changeset 8a6cbf8adb68aa2c43a48769af92e50d5ca1539d by Raymond Hettinger in branch 'master':
bpo-38464: Document parameter for NormalDist.quantiles() (GH-16757)
https://github.com/python/cpython/commit/8a6cbf8adb68aa2c43a48769af92e50d5ca1539d
msg354613 - (view) Author: Raymond Hettinger (rhettinger) * (Python committer) Date: 2019-10-14 03:04
New changeset 36f62860f631acefd7988b76901863339ffa26c9 by Raymond Hettinger (Miss Islington (bot)) in branch '3.8':
bpo-38464: Document parameter for NormalDist.quantiles() (GH-16757) (GH-16758)
https://github.com/python/cpython/commit/36f62860f631acefd7988b76901863339ffa26c9
History
Date User Action Args
2022-04-11 14:59:21adminsetgithub: 82645
2019-10-14 03:04:57rhettingersetstatus: open -> closed
resolution: fixed
stage: patch review -> resolved
2019-10-14 03:04:32rhettingersetmessages: + msg354613
2019-10-14 02:54:13miss-islingtonsetpull_requests: + pull_request16330
2019-10-14 02:53:33rhettingersetmessages: + msg354612
2019-10-14 02:46:02rhettingersetkeywords: + patch
stage: patch review
pull_requests: + pull_request16329
2019-10-14 00:59:37rhettingersetassignee: docs@python -> rhettinger
messages: + msg354611
2019-10-13 14:20:27srittaucreate