diff options
author | Neal Norwitz <nnorwitz@gmail.com> | 2007-01-19 05:52:46 +0000 |
---|---|---|
committer | Neal Norwitz <nnorwitz@gmail.com> | 2007-01-19 05:52:46 +0000 |
commit | fa941b9392d4061714a303cf00d4cdd7f18ee864 (patch) | |
tree | 91b7572248c18329e7585c7f867a7846c0052748 | |
parent | e962300d0c839868f2ace3fc174ab1f9e19cb4e9 (diff) | |
download | cpython-git-fa941b9392d4061714a303cf00d4cdd7f18ee864.tar.gz |
SF #1635217, Fix unbalanced paren
-rw-r--r-- | Doc/dist/dist.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/dist/dist.tex b/Doc/dist/dist.tex index ba907637b4..7a0f073822 100644 --- a/Doc/dist/dist.tex +++ b/Doc/dist/dist.tex @@ -692,7 +692,7 @@ Some examples: \begin{tableii}{l|l}{code}{Provides Expression}{Explanation} \lineii{mypkg} {Provide \code{mypkg}, using the distribution version} - \lineii{mypkg (1.1} {Provide \code{mypkg} version 1.1, regardless of the + \lineii{mypkg (1.1)} {Provide \code{mypkg} version 1.1, regardless of the distribution version} \end{tableii} |