diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2006-04-20 13:39:40 (GMT) |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2006-04-20 13:39:40 (GMT) |
commit | af015cfcbf56a18a18d49b3226df467d50353a2c (patch) | |
tree | 19c2d71c3edd7a75255dd94ec72b758df88fbfe4 | |
parent | 33432183d8db66137b73dd180be79cd9b7a6986c (diff) | |
download | cpython-af015cfcbf56a18a18d49b3226df467d50353a2c.zip cpython-af015cfcbf56a18a18d49b3226df467d50353a2c.tar.gz cpython-af015cfcbf56a18a18d49b3226df467d50353a2c.tar.bz2 |
Argh, make another markup fix
-rw-r--r-- | Doc/whatsnew/whatsnew25.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/whatsnew25.tex b/Doc/whatsnew/whatsnew25.tex index 3ea2637..33692a9 100644 --- a/Doc/whatsnew/whatsnew25.tex +++ b/Doc/whatsnew/whatsnew25.tex @@ -1821,7 +1821,7 @@ Changes to Python's build process and to the C API include: \item The largest change to the C API came from \pep{353}, which modifies the interpreter to use a \ctype{Py_ssize_t} type definition instead of \ctype{int}. See the earlier -section~ref{section-353} for a discussion of this change. +section~\ref{section-353} for a discussion of this change. \item The design of the bytecode compiler has changed a great deal, to no longer generate bytecode by traversing the parse tree. Instead |