From: Neal Norwitz Date: Fri, 19 Jan 2007 05:52:46 +0000 (+0000) Subject: SF #1635217, Fix unbalanced paren X-Git-Tag: v2.5.1c1~160 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fa941b9392d4061714a303cf00d4cdd7f18ee864;p=python SF #1635217, Fix unbalanced paren --- 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}