[Python-checkins] CVS: python/dist/src/Doc/lib libprofile.tex,1.38,1.39

Tim Peters tim_one@users.sourceforge.net
Tue, 09 Oct 2001 13:54:25 -0700


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory usw-pr-cvs1:/tmp/cvs-serv32171/python/Doc/lib

Modified Files:
	libprofile.tex 
Log Message:
A copy-and-paste job forget the "paste" half.


Index: libprofile.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libprofile.tex,v
retrieving revision 1.38
retrieving revision 1.39
diff -C2 -d -r1.38 -r1.39
*** libprofile.tex	2001/10/09 20:51:19	1.38
--- libprofile.tex	2001/10/09 20:54:23	1.39
***************
*** 590,594 ****
  
  # 1. Apply computed bias to all Profile instances created hereafter.
! profile.Profile.bias =
  
  # 2. Apply computed bias to a specific Profile instance.
--- 590,594 ----
  
  # 1. Apply computed bias to all Profile instances created hereafter.
! profile.Profile.bias = your_computed_bias
  
  # 2. Apply computed bias to a specific Profile instance.