diff options
author | Fred Drake <fdrake@acm.org> | 2005-03-10 04:04:13 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2005-03-10 04:04:13 (GMT) |
commit | 9e9d8583a02d6b09ab25c2df97e3ecf0b3e5e494 (patch) | |
tree | 4cfe0d45480df791cd8d8633809d42ff9c517643 | |
parent | 1698d596c32a3ad16ffc021b0547e0cb34aad08f (diff) | |
download | cpython-9e9d8583a02d6b09ab25c2df97e3ecf0b3e5e494.zip cpython-9e9d8583a02d6b09ab25c2df97e3ecf0b3e5e494.tar.gz cpython-9e9d8583a02d6b09ab25c2df97e3ecf0b3e5e494.tar.bz2 |
fix broken usage comment
(ported from trunk revision 1.112)
-rw-r--r-- | Doc/texinputs/python.sty | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/texinputs/python.sty b/Doc/texinputs/python.sty index a79a957..1f480a9 100644 --- a/Doc/texinputs/python.sty +++ b/Doc/texinputs/python.sty @@ -1202,7 +1202,7 @@ } \fi -% \seelink{url}{link text} +% \seelink{url}{link text}{why it's interesting} \newcommand{\py@seelink}[3]{% \par \begin{fulllineitems} |