Commit 694e1816 authored by Andrew M. Kuchling's avatar Andrew M. Kuchling

Fix markup nit pointed out by FLD

parent 5125773f
......@@ -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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment