diff options
author | Fred Drake <fdrake@acm.org> | 2004-09-01 04:05:08 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2004-09-01 04:05:08 (GMT) |
commit | 410eb84a5d4e582491701d63d154959c05a457f4 (patch) | |
tree | 9429c3eed4a137685cbb8cedf99870c628c792ed /Doc | |
parent | 53e50cb6b3a293f486f9b61f31ec50292fd02678 (diff) | |
download | cpython-410eb84a5d4e582491701d63d154959c05a457f4.zip cpython-410eb84a5d4e582491701d63d154959c05a457f4.tar.gz cpython-410eb84a5d4e582491701d63d154959c05a457f4.tar.bz2 |
- add missing \end{seealso}
- wrap long line
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/whatsnew/whatsnew24.tex | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Doc/whatsnew/whatsnew24.tex b/Doc/whatsnew/whatsnew24.tex index 10e47a9..d1d316e 100644 --- a/Doc/whatsnew/whatsnew24.tex +++ b/Doc/whatsnew/whatsnew24.tex @@ -699,7 +699,10 @@ absolute imports, with a leading \samp{.} character to indicate a relative import. This part of the PEP is not yet implemented. \begin{seealso} -\seepep{328}{Imports: Multi-Line and Absolute/Relative}{Written by Aahz. Multi-line imports were implemented by Dima Dorfman.} +\seepep{328}{Imports: Multi-Line and Absolute/Relative} + {Written by Aahz. Multi-line imports were implemented by + Dima Dorfman.} +\end{seealso} %====================================================================== |