[Python-checkins] bpo-33847: Add '@' operator entry to index (GH-7669)

Miss Islington (bot) webhook-mailer at python.org
Fri Jun 15 15:45:22 EDT 2018


https://github.com/python/cpython/commit/cd9ede6b20948af51f9a27b64bd0dfd8909c24f1
commit: cd9ede6b20948af51f9a27b64bd0dfd8909c24f1
branch: 3.6
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: GitHub <noreply at github.com>
date: 2018年06月15日T12:45:19-07:00
summary:
bpo-33847: Add '@' operator entry to index (GH-7669)
(cherry picked from commit 695118600fecaa7b95634e168ad7cbbc561fd1ec)
Co-authored-by: Andrés Delfino <adelfino at gmail.com>
files:
A Misc/NEWS.d/next/Documentation/2018-06-15-14-58-45.bpo-33847.IIDp6t.rst
M Doc/reference/expressions.rst
diff --git a/Doc/reference/expressions.rst b/Doc/reference/expressions.rst
index f647e440cafb..c1f2fab6c51c 100644
--- a/Doc/reference/expressions.rst
+++ b/Doc/reference/expressions.rst
@@ -1097,7 +1097,9 @@ the other must be a sequence. In the former case, the numbers are converted to a
 common type and then multiplied together. In the latter case, sequence
 repetition is performed; a negative repetition factor yields an empty sequence.
 
-.. index:: single: matrix multiplication
+.. index::
+ single: matrix multiplication
+ operator: @
 
 The ``@`` (at) operator is intended to be used for matrix multiplication. No
 builtin Python types implement this operator.
diff --git a/Misc/NEWS.d/next/Documentation/2018-06-15-14-58-45.bpo-33847.IIDp6t.rst b/Misc/NEWS.d/next/Documentation/2018-06-15-14-58-45.bpo-33847.IIDp6t.rst
new file mode 100644
index 000000000000..3c7e0cdb7b43
--- /dev/null
+++ b/Misc/NEWS.d/next/Documentation/2018-06-15-14-58-45.bpo-33847.IIDp6t.rst
@@ -0,0 +1 @@
+Add '@' operator entry to index.


More information about the Python-checkins mailing list

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