]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix a further markup problem noted by FLD
authorAndrew M. Kuchling <amk@amk.ca>
Sat, 10 Mar 2001 16:49:07 +0000 (16:49 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Sat, 10 Mar 2001 16:49:07 +0000 (16:49 +0000)
Doc/whatsnew/whatsnew21.tex

index 421535805b0671eb0828b4795e122136aa514793..26baa57d091a3fc2eb6c91a86d893740d593f458 100644 (file)
@@ -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.