]> granicus.if.org Git - python/commitdiff
Consistency: Replaced 4 {\it ...} with \emph{...}.
authorFred Drake <fdrake@acm.org>
Mon, 19 Jan 1998 04:02:41 +0000 (04:02 +0000)
committerFred Drake <fdrake@acm.org>
Mon, 19 Jan 1998 04:02:41 +0000 (04:02 +0000)
Doc/lib/libmpz.tex
Doc/libmpz.tex

index 2771d9201f4a288c8ae7c231f14022f5ba21c8ed..7ab5fe793843074f1fc3c2419f11901e24769e06 100644 (file)
@@ -16,8 +16,8 @@ In general, \dfn{mpz}-numbers can be used just like other standard
 Python numbers, e.g.\ you can use the built-in operators like \code{+},
 \code{*}, etc., as well as the standard built-in functions like
 \code{abs}, \code{int}, \ldots, \code{divmod}, \code{pow}.
-\strong{Please note:} the {\it bitwise-xor} operation has been implemented as
-a bunch of {\it and}s, {\it invert}s and {\it or}s, because the library
+\strong{Please note:} the \emph{bitwise-xor} operation has been implemented as
+a bunch of \emph{and}s, \emph{invert}s and \emph{or}s, because the library
 lacks an \code{mpz_xor} function, and I didn't need one.
 
 You create an mpz-number by calling the function called \code{mpz} (see
index 2771d9201f4a288c8ae7c231f14022f5ba21c8ed..7ab5fe793843074f1fc3c2419f11901e24769e06 100644 (file)
@@ -16,8 +16,8 @@ In general, \dfn{mpz}-numbers can be used just like other standard
 Python numbers, e.g.\ you can use the built-in operators like \code{+},
 \code{*}, etc., as well as the standard built-in functions like
 \code{abs}, \code{int}, \ldots, \code{divmod}, \code{pow}.
-\strong{Please note:} the {\it bitwise-xor} operation has been implemented as
-a bunch of {\it and}s, {\it invert}s and {\it or}s, because the library
+\strong{Please note:} the \emph{bitwise-xor} operation has been implemented as
+a bunch of \emph{and}s, \emph{invert}s and \emph{or}s, because the library
 lacks an \code{mpz_xor} function, and I didn't need one.
 
 You create an mpz-number by calling the function called \code{mpz} (see