summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2001-03-10 16:49:07 (GMT)
committerAndrew M. Kuchling <amk@amk.ca>2001-03-10 16:49:07 (GMT)
commit45bbda2593d4f60b452ad2e55370beb2745f68dc (patch)
treed9af7fda9358a0e387c842495c1b62d861a27de9 /Doc/whatsnew
parentdbc692e286816f1acd1c915e6318f8fb3a25fe5e (diff)
downloadcpython-45bbda2593d4f60b452ad2e55370beb2745f68dc.zip
cpython-45bbda2593d4f60b452ad2e55370beb2745f68dc.tar.gz
cpython-45bbda2593d4f60b452ad2e55370beb2745f68dc.tar.bz2
Fix a further markup problem noted by FLD
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r--Doc/whatsnew/whatsnew21.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/whatsnew21.tex b/Doc/whatsnew/whatsnew21.tex
index 4215358..26baa57 100644
--- a/Doc/whatsnew/whatsnew21.tex
+++ b/Doc/whatsnew/whatsnew21.tex
@@ -646,7 +646,7 @@ should be faster than the system \function{malloc()} and have less
memory overhead. The allocator uses C's \function{malloc()} function
to get large pools of memory, and then fulfills smaller memory
requests from these pools. It can be enabled by providing the
-\longprogramopt{--with-pymalloc} option to the \program{configure} script; see
+\longprogramopt{with-pymalloc} option to the \program{configure} script; see
\file{Objects/obmalloc.c} for the implementation details.
Contributed by Vladimir Marangozov.