summaryrefslogtreecommitdiff
path: root/Doc/lib/libmd5.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2001-07-06 19:28:48 +0000
committerFred Drake <fdrake@acm.org>2001-07-06 19:28:48 +0000
commit91f2f26d7515635453945325fb833bde13396f4c (patch)
tree3484a2c78ce9e2c337f39b58156a4aaaeba96843 /Doc/lib/libmd5.tex
parent6ee42348025611f537b80d5dbf55f4d5b9bd58f2 (diff)
downloadcpython-git-91f2f26d7515635453945325fb833bde13396f4c.tar.gz
Fix up a few style nits -- avoid "e.g." and "i.e." -- these make
translation more difficult, as well as reading the English more difficult for non-native speakers.
Diffstat (limited to 'Doc/lib/libmd5.tex')
-rw-r--r--Doc/lib/libmd5.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libmd5.tex b/Doc/lib/libmd5.tex
index f471bae421..702b2bb54b 100644
--- a/Doc/lib/libmd5.tex
+++ b/Doc/lib/libmd5.tex
@@ -50,7 +50,7 @@ An md5 object has the following methods:
\begin{methoddesc}[md5]{update}{arg}
Update the md5 object with the string \var{arg}. Repeated calls are
equivalent to a single call with the concatenation of all the
-arguments, i.e.\ \code{m.update(a); m.update(b)} is equivalent to
+arguments: \code{m.update(a); m.update(b)} is equivalent to
\code{m.update(a+b)}.
\end{methoddesc}