diff options
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/whatsnew/whatsnew23.tex | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Doc/whatsnew/whatsnew23.tex b/Doc/whatsnew/whatsnew23.tex index 2751955..e90b604 100644 --- a/Doc/whatsnew/whatsnew23.tex +++ b/Doc/whatsnew/whatsnew23.tex @@ -520,9 +520,8 @@ With all of these features the \module{logging} package should provide enough flexibility for even the most complicated applications. This is only a partial overview of the \module{logging} package's features, so please see the -\ulink{\module{logging} package's reference documentation}{http://www.python.org/dev/doc/devel/lib/module-logging.html} -for all of the details. Reading -\pep{282} will also be helpful. +\ulink{package's reference documentation}{http://www.python.org/dev/doc/devel/lib/module-logging.html} +for all of the details. Reading \pep{282} will also be helpful. \begin{seealso} |