diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2006-03-17 22:25:15 (GMT) |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2006-03-17 22:25:15 (GMT) |
commit | 237037beb53822cacce21e20d624bb74977dadcb (patch) | |
tree | 3c108c02be4583f4eccaa9290c44c50a3e917197 | |
parent | b182db44f2bc944cd1ad629664f8882f8453a595 (diff) | |
download | cpython-237037beb53822cacce21e20d624bb74977dadcb.zip cpython-237037beb53822cacce21e20d624bb74977dadcb.tar.gz cpython-237037beb53822cacce21e20d624bb74977dadcb.tar.bz2 |
You need at least one \item
-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 0da9b5a..5e3b3c6 100644 --- a/Doc/whatsnew/whatsnew25.tex +++ b/Doc/whatsnew/whatsnew25.tex @@ -790,7 +790,7 @@ changes to your code: \begin{itemize} -% the pickle module no longer uses the deprecated bin parameter. +\item XXX the pickle module no longer uses the deprecated bin parameter. \end{itemize} |