[Python-checkins] bpo-31501: Operator precedence description for arithmetic operators (GH-3633) (GH-3638)

Mariatta webhook-mailer at python.org
Tue Sep 19 18:48:34 EDT 2017


https://github.com/python/cpython/commit/e2593aa673c0347a74c4896a519e3b8cb7b55eb4
commit: e2593aa673c0347a74c4896a519e3b8cb7b55eb4
branch: 3.6
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: Mariatta <Mariatta at users.noreply.github.com>
date: 2017年09月19日T15:48:29-07:00
summary:
bpo-31501: Operator precedence description for arithmetic operators (GH-3633) (GH-3638)
(cherry picked from commit 9b47af65375fab9318e88ccb061394a36c8c6c33)
files:
M Doc/reference/expressions.rst
diff --git a/Doc/reference/expressions.rst b/Doc/reference/expressions.rst
index d92be975aac..ff890a815b5 100644
--- a/Doc/reference/expressions.rst
+++ b/Doc/reference/expressions.rst
@@ -1692,8 +1692,8 @@ precedence and have a left-to-right chaining feature as described in the
 | ``+``, ``-`` | Addition and subtraction |
 +-----------------------------------------------+-------------------------------------+
 | ``*``, ``@``, ``/``, ``//``, ``%`` | Multiplication, matrix |
-| | multiplication division, |
-| | remainder [#]_ |
+| | multiplication, division, floor |
+| | division, remainder [#]_ |
 +-----------------------------------------------+-------------------------------------+
 | ``+x``, ``-x``, ``~x`` | Positive, negative, bitwise NOT |
 +-----------------------------------------------+-------------------------------------+


More information about the Python-checkins mailing list

AltStyle によって変換されたページ (->オリジナル) /