[Python-checkins] Fix typo in Memory Management doc. (GH-10798)

Miss Islington (bot) webhook-mailer at python.org
Fri Nov 30 03:05:54 EST 2018


https://github.com/python/cpython/commit/0df1f4576ed2b12acc96cbfd732db247249ac573
commit: 0df1f4576ed2b12acc96cbfd732db247249ac573
branch: 3.7
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: GitHub <noreply at github.com>
date: 2018年11月30日T00:05:51-08:00
summary:
Fix typo in Memory Management doc. (GH-10798)
(cherry picked from commit a40700439195a119878150f4f0d425c42ca957ef)
Co-authored-by: Kevin Adler <kadler at us.ibm.com>
files:
M Doc/c-api/memory.rst
diff --git a/Doc/c-api/memory.rst b/Doc/c-api/memory.rst
index 9f7b13c14729..b79b7e49b67e 100644
--- a/Doc/c-api/memory.rst
+++ b/Doc/c-api/memory.rst
@@ -342,7 +342,7 @@ Configuration Name PyMem_RawMalloc PyMem
 Release build ``"pymalloc"`` ``malloc`` ``pymalloc`` ``pymalloc``
 Debug build ``"pymalloc_debug"`` ``malloc`` + debug ``pymalloc`` + debug ``pymalloc`` + debug
 Release build, without pymalloc ``"malloc"`` ``malloc`` ``malloc`` ``malloc``
-Release build, without pymalloc ``"malloc_debug"`` ``malloc`` + debug ``malloc`` + debug ``malloc`` + debug
+Debug build, without pymalloc ``"malloc_debug"`` ``malloc`` + debug ``malloc`` + debug ``malloc`` + debug
 =============================== ==================== ================== ===================== ====================
 
 Legend:


More information about the Python-checkins mailing list

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