summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeal Norwitz <nnorwitz@gmail.com>2007-01-19 05:52:46 (GMT)
committerNeal Norwitz <nnorwitz@gmail.com>2007-01-19 05:52:46 (GMT)
commitfa941b9392d4061714a303cf00d4cdd7f18ee864 (patch)
tree91b7572248c18329e7585c7f867a7846c0052748
parente962300d0c839868f2ace3fc174ab1f9e19cb4e9 (diff)
downloadcpython-fa941b9392d4061714a303cf00d4cdd7f18ee864.zip
cpython-fa941b9392d4061714a303cf00d4cdd7f18ee864.tar.gz
cpython-fa941b9392d4061714a303cf00d4cdd7f18ee864.tar.bz2
SF #1635217, Fix unbalanced paren
-rw-r--r--Doc/dist/dist.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/dist/dist.tex b/Doc/dist/dist.tex
index ba90763..7a0f073 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}