[Python-checkins] CVS: python/dist/src/Doc/lib librandom.tex,1.12.4.2,1.12.4.3

Fred L. Drake python-dev@python.org
Mon, 20 Mar 2000 10:45:25 -0500 (EST)


Update of /projects/cvsroot/python/dist/src/Doc/lib
In directory weyr:/home/fdrake/projects/python/Doc-152p2/lib

Modified Files:
      Tag: release152p1-patches
	librandom.tex 
Log Message:

Add spaces in some expressions for consistency.


Index: librandom.tex
===================================================================
RCS file: /projects/cvsroot/python/dist/src/Doc/lib/librandom.tex,v
retrieving revision 1.12.4.2
retrieving revision 1.12.4.3
diff -C2 -r1.12.4.2 -r1.12.4.3
*** librandom.tex	2000/03/16 17:06:16	1.12.4.2
--- librandom.tex	2000/03/20 15:45:22	1.12.4.3
***************
*** 115,119 ****
  \begin{funcdesc}{randint}{a, b}
  Returns a random integer \var{N} such that
! \code{\var{a}<=\var{N}<=\var{b}}.
  \end{funcdesc}
  
--- 115,119 ----
  \begin{funcdesc}{randint}{a, b}
  Returns a random integer \var{N} such that
! \code{\var{a} <= \var{N} <= \var{b}}.
  \end{funcdesc}
  
***************
*** 125,128 ****
  \begin{funcdesc}{uniform}{a, b}
  Returns a random real number \var{N} such that
! \code{\var{a}<=\var{N}<\var{b}}.
  \end{funcdesc}
--- 125,128 ----
  \begin{funcdesc}{uniform}{a, b}
  Returns a random real number \var{N} such that
! \code{\var{a} <= \var{N} < \var{b}}.
  \end{funcdesc}