From: Andrew M. Kuchling Date: Sat, 10 Mar 2001 16:49:07 +0000 (+0000) Subject: Fix a further markup problem noted by FLD X-Git-Tag: v2.1b2~191 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=45bbda2593d4f60b452ad2e55370beb2745f68dc;p=thirdparty%2FPython%2Fcpython.git Fix a further markup problem noted by FLD --- diff --git a/Doc/whatsnew/whatsnew21.tex b/Doc/whatsnew/whatsnew21.tex index 421535805b06..26baa57d091a 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.