]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix markup nit pointed out by FLD
authorAndrew M. Kuchling <amk@amk.ca>
Thu, 1 Mar 2001 01:02:52 +0000 (01:02 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Thu, 1 Mar 2001 01:02:52 +0000 (01:02 +0000)
Doc/whatsnew/whatsnew21.tex

index 283f7fe69f879dc0ae86fb6ae363a206db225fd8..d5577f9db016a5a2d34d09019daa09c0c86e353d 100644 (file)
@@ -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.