diff options
author | Neal Norwitz <nnorwitz@gmail.com> | 2004-08-01 22:36:40 (GMT) |
---|---|---|
committer | Neal Norwitz <nnorwitz@gmail.com> | 2004-08-01 22:36:40 (GMT) |
commit | 750f060ad755a135891a64b9cd0e5167caaca7fe (patch) | |
tree | bfa3d242651ddaa153e289fd67918fb8e2fb8877 /Doc/doc | |
parent | 8fc4a916658aa4a24f29a6e1b438f910465cc22b (diff) | |
download | cpython-750f060ad755a135891a64b9cd0e5167caaca7fe.zip cpython-750f060ad755a135891a64b9cd0e5167caaca7fe.tar.gz cpython-750f060ad755a135891a64b9cd0e5167caaca7fe.tar.bz2 |
SF bug #1001088, incorrect reference to macro named foo
Backport candidate.
Diffstat (limited to 'Doc/doc')
-rw-r--r-- | Doc/doc/doc.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/doc/doc.tex b/Doc/doc/doc.tex index 60bf15d..44a89f1 100644 --- a/Doc/doc/doc.tex +++ b/Doc/doc/doc.tex @@ -314,7 +314,7 @@ Still more text. and optional parameters should be marked using the alternate syntax for a group. - For example, a macro named ``foo'' which takes a single parameter + For example, a macro which takes a single parameter would appear like this: \begin{verbatim} |