summaryrefslogtreecommitdiffstats
path: root/Misc/SpecialBuilds.txt
diff options
context:
space:
mode:
authorPaul Ganssle <pganssle@users.noreply.github.com>2019-04-27 18:14:35 (GMT)
committerVictor Stinner <vstinner@redhat.com>2019-04-27 18:14:35 (GMT)
commit5c403b203510549a3f89d138d3265c5cc0cc12af (patch)
tree34b0c18f6a695abfb9581279946ae066ed298500 /Misc/SpecialBuilds.txt
parent55d035113dfb1bd90495c8571758f504ae8d4802 (diff)
downloadcpython-5c403b203510549a3f89d138d3265c5cc0cc12af.zip
cpython-5c403b203510549a3f89d138d3265c5cc0cc12af.tar.gz
cpython-5c403b203510549a3f89d138d3265c5cc0cc12af.tar.bz2
bpo-36722: Style and grammar edits for ABI news entries (GH-12979)
Diffstat (limited to 'Misc/SpecialBuilds.txt')
-rw-r--r--Misc/SpecialBuilds.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/SpecialBuilds.txt b/Misc/SpecialBuilds.txt
index 193de57..d1a0321 100644
--- a/Misc/SpecialBuilds.txt
+++ b/Misc/SpecialBuilds.txt
@@ -1,5 +1,5 @@
This file describes some special Python build types enabled via compile-time
-preprocessor defines.
+preprocessor directives.
IMPORTANT: if you want to build a debug-enabled Python, it is recommended that
you use ``./configure --with-pydebug``, rather than the options listed here.