diff options
author | Fred Drake <fdrake@acm.org> | 2001-07-06 20:30:11 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2001-07-06 20:30:11 (GMT) |
commit | 907e76b62081cc3e3d4dbab94f3e5799086021a0 (patch) | |
tree | de205bb308f02d8fbefb427aab172786aae98aae /Doc/lib/libsha.tex | |
parent | 19b1c6156bcb9d8c79808c718be2dac2f55c6d00 (diff) | |
download | cpython-907e76b62081cc3e3d4dbab94f3e5799086021a0.zip cpython-907e76b62081cc3e3d4dbab94f3e5799086021a0.tar.gz cpython-907e76b62081cc3e3d4dbab94f3e5799086021a0.tar.bz2 |
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/libsha.tex')
-rw-r--r-- | Doc/lib/libsha.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libsha.tex b/Doc/lib/libsha.tex index 4d15abe..8eed1f9 100644 --- a/Doc/lib/libsha.tex +++ b/Doc/lib/libsha.tex @@ -42,7 +42,7 @@ An sha object has the same methods as md5 objects: \begin{methoddesc}[sha]{update}{arg} Update the sha 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} |