diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2006-04-20 13:39:40 +0000 |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2006-04-20 13:39:40 +0000 |
commit | af015cfcbf56a18a18d49b3226df467d50353a2c (patch) | |
tree | 19c2d71c3edd7a75255dd94ec72b758df88fbfe4 | |
parent | 33432183d8db66137b73dd180be79cd9b7a6986c (diff) | |
download | cpython-git-af015cfcbf56a18a18d49b3226df467d50353a2c.tar.gz |
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 3ea2637d31..33692a925b 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 |