diff options
author | Fred Drake <fdrake@acm.org> | 2005-03-21 05:47:11 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2005-03-21 05:47:11 (GMT) |
commit | 114b8caf01f94414859ce24508f724a7f13826f9 (patch) | |
tree | 523f5dca160725eb8fc014db767b87078e64b24a /Doc/whatsnew | |
parent | db7b0027dcebca13d193db09d7f266d871fe67b9 (diff) | |
download | cpython-114b8caf01f94414859ce24508f724a7f13826f9.zip cpython-114b8caf01f94414859ce24508f724a7f13826f9.tar.gz cpython-114b8caf01f94414859ce24508f724a7f13826f9.tar.bz2 |
fix environment broken in revision 1.6
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r-- | Doc/whatsnew/whatsnew25.tex | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/whatsnew/whatsnew25.tex b/Doc/whatsnew/whatsnew25.tex index 113fa32..b418a97 100644 --- a/Doc/whatsnew/whatsnew25.tex +++ b/Doc/whatsnew/whatsnew25.tex @@ -182,6 +182,7 @@ archive into the current working directory. It's also possible to set a different directory as the extraction target, and to unpack only a subset of the archive's members. (Contributed by Lars Gust\"abel.) +\end{itemize} |