diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2001-03-01 01:02:52 (GMT) |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2001-03-01 01:02:52 (GMT) |
commit | 694e1816c23707bc37f119053ad960bdae1f4dfa (patch) | |
tree | 2e7b0dc0e98ca2f3338582a14a906bc8c45b630f /Doc/whatsnew | |
parent | 5125773ff133bfddbea6354c688b084bbf5d7e79 (diff) | |
download | cpython-694e1816c23707bc37f119053ad960bdae1f4dfa.zip cpython-694e1816c23707bc37f119053ad960bdae1f4dfa.tar.gz cpython-694e1816c23707bc37f119053ad960bdae1f4dfa.tar.bz2 |
Fix markup nit pointed out by FLD
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r-- | Doc/whatsnew/whatsnew21.tex | 2 |
1 files changed, 1 insertions, 1 deletions
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. |