From 8882e556eef08ade01461b9f4ccfe2d82bdae694 Mon Sep 17 00:00:00 2001 From: Martin Panter Date: Tue, 24 Jan 2017 00:30:06 +0000 Subject: Fix grammar in doc string, RST markup --- Doc/whatsnew/3.7.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Doc') 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`.) -- cgit v1.2.1