From 694e1816c23707bc37f119053ad960bdae1f4dfa Mon Sep 17 00:00:00 2001 From: "Andrew M. Kuchling" Date: Thu, 1 Mar 2001 01:02:52 +0000 Subject: Fix markup nit pointed out by FLD --- Doc/whatsnew/whatsnew21.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/whatsnew/whatsnew21.tex b/Doc/whatsnew/whatsnew21.tex index 283f7fe..d5577f9 100644 --- a/Doc/whatsnew/whatsnew21.tex +++ b/Doc/whatsnew/whatsnew21.tex @@ -611,7 +611,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 -"--with-pymalloc" option to the \file{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. -- cgit v0.12