[issue43990] In documentation Section 6.17, Operator precedence, footnotes 5 & 6 are reversed
New submission from Webb Scales <wscales@redhat.com>: In Section 6.17 ("Operator precedence"; https://docs.python.org/3/reference/expressions.html#operator-precedence) of the documentation, footnote 5 (https://docs.python.org/3/reference/expressions.html#id15) refers to text (https://docs.python.org/3/reference/expressions.html#id21) which applies to reference 6, while footnote 6 refers to text which applies to reference 5. ---------- assignee: docs@python components: Documentation messages: 392481 nosy: docs@python, webbnh priority: normal severity: normal status: open title: In documentation Section 6.17, Operator precedence, footnotes 5 & 6 are reversed versions: Python 3.9 _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue43990> _______________________________________
Change by Zackery Spytz <zspytz@gmail.com>: ---------- keywords: +patch nosy: +ZackerySpytz nosy_count: 2.0 -> 3.0 pull_requests: +24490 stage: -> patch review pull_request: https://github.com/python/cpython/pull/25805 _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue43990> _______________________________________
Raymond Hettinger <raymond.hettinger@gmail.com> added the comment: New changeset 7d2b83e9f092a2ea1f715fe028f7c48324bee756 by Zackery Spytz in branch 'master': bpo-43990: Fix the footnote ordering in the operator precedence docs (GH-25805) https://github.com/python/cpython/commit/7d2b83e9f092a2ea1f715fe028f7c48324b... ---------- nosy: +rhettinger _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue43990> _______________________________________
Change by Raymond Hettinger <raymond.hettinger@gmail.com>: ---------- assignee: docs@python -> rhettinger _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue43990> _______________________________________
Change by miss-islington <mariatta.wijaya+miss-islington@gmail.com>: ---------- nosy: +miss-islington nosy_count: 4.0 -> 5.0 pull_requests: +24505 pull_request: https://github.com/python/cpython/pull/25819 _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue43990> _______________________________________
Raymond Hettinger <raymond.hettinger@gmail.com> added the comment: New changeset e60b1e150d708c40fa3c51d012d9bf471f04bc70 by Miss Islington (bot) in branch '3.9': bpo-43990: Fix the footnote ordering in the operator precedence docs (GH-25805) (GH-25819) https://github.com/python/cpython/commit/e60b1e150d708c40fa3c51d012d9bf471f0... ---------- _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue43990> _______________________________________
Raymond Hettinger <raymond.hettinger@gmail.com> added the comment: Webb, thanks for the report. Zackery, thanks for the PR. ---------- resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: +Python 3.10 _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue43990> _______________________________________
Webb Scales <wscales@redhat.com> added the comment: Thanks Raymond and Zackery -- that response was nothing short of amazing! ---------- _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue43990> _______________________________________
participants (4)
-
miss-islington
-
Raymond Hettinger
-
Webb Scales
-
Zackery Spytz