[issue38464] documentation for NormalDist.quantiles(): missing argument
![](https://secure.gravatar.com/avatar/fa0f7819f1825f596b384c19aa7dcf33.jpg?s=120&d=mm&r=g)
New submission from Sebastian Rittau <srittau@rittau.biz>: The documentation for NormalDist.quantiles() (https://docs.python.org/3.8/library/statistics.html#statistics.NormalDist) is missing the "n" argument from the definition. ---------- assignee: docs@python components: Documentation messages: 354584 nosy: docs@python, rhettinger, srittau priority: normal severity: normal status: open title: documentation for NormalDist.quantiles(): missing argument versions: Python 3.8 _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue38464> _______________________________________
![](https://secure.gravatar.com/avatar/fa0f7819f1825f596b384c19aa7dcf33.jpg?s=120&d=mm&r=g)
Raymond Hettinger <raymond.hettinger@gmail.com> added the comment: Thanks for noticing.. Will get that fixed up shortly. ---------- assignee: docs@python -> rhettinger _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue38464> _______________________________________
![](https://secure.gravatar.com/avatar/fa0f7819f1825f596b384c19aa7dcf33.jpg?s=120&d=mm&r=g)
Change by Raymond Hettinger <raymond.hettinger@gmail.com>: ---------- keywords: +patch pull_requests: +16329 stage: -> patch review pull_request: https://github.com/python/cpython/pull/16757 _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue38464> _______________________________________
![](https://secure.gravatar.com/avatar/fa0f7819f1825f596b384c19aa7dcf33.jpg?s=120&d=mm&r=g)
Raymond Hettinger <raymond.hettinger@gmail.com> added the comment: New changeset 8a6cbf8adb68aa2c43a48769af92e50d5ca1539d by Raymond Hettinger in branch 'master': bpo-38464: Document parameter for NormalDist.quantiles() (GH-16757) https://github.com/python/cpython/commit/8a6cbf8adb68aa2c43a48769af92e50d5ca... ---------- _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue38464> _______________________________________
![](https://secure.gravatar.com/avatar/fa0f7819f1825f596b384c19aa7dcf33.jpg?s=120&d=mm&r=g)
Change by miss-islington <mariatta.wijaya+miss-islington@gmail.com>: ---------- pull_requests: +16330 pull_request: https://github.com/python/cpython/pull/16758 _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue38464> _______________________________________
![](https://secure.gravatar.com/avatar/fa0f7819f1825f596b384c19aa7dcf33.jpg?s=120&d=mm&r=g)
Raymond Hettinger <raymond.hettinger@gmail.com> added the comment: 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/36f62860f631acefd7988b76901863339ff... ---------- _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue38464> _______________________________________
![](https://secure.gravatar.com/avatar/fa0f7819f1825f596b384c19aa7dcf33.jpg?s=120&d=mm&r=g)
Change by Raymond Hettinger <raymond.hettinger@gmail.com>: ---------- resolution: -> fixed stage: patch review -> resolved status: open -> closed _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue38464> _______________________________________
participants (3)
-
miss-islington
-
Raymond Hettinger
-
Sebastian Rittau