summaryrefslogtreecommitdiff
path: root/Doc
diff options
context:
space:
mode:
authorMartin Panter <vadmium+py@gmail.com>2017-01-24 00:30:06 +0000
committerMartin Panter <vadmium+py@gmail.com>2017-01-24 00:30:06 +0000
commit8882e556eef08ade01461b9f4ccfe2d82bdae694 (patch)
tree96d40cadde4f45f9ee9de682334ac5a43c26044d /Doc
parent9c141f9d4328604e45c633c5e4803c865d43b0df (diff)
downloadcpython-8882e556eef08ade01461b9f4ccfe2d82bdae694.tar.gz
Fix grammar in doc string, RST markup
Diffstat (limited to 'Doc')
-rw-r--r--Doc/whatsnew/3.7.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.7.rst b/Doc/whatsnew/3.7.rst
index 5353a141cb..129d4d45c5 100644
--- a/Doc/whatsnew/3.7.rst
+++ b/Doc/whatsnew/3.7.rst
@@ -179,5 +179,5 @@ Changes in the Python API
CPython bytecode changes
------------------------
-* Added two new opcodes: :opcode:`LOAD_METHOD`` and :opcode:`CALL_METHOD`.
+* Added two new opcodes: :opcode:`LOAD_METHOD` and :opcode:`CALL_METHOD`.
(Contributed by Yury Selivanov and INADA Naoki in :issue:`26110`.)