]> granicus.if.org Git - python/commitdiff
A copy-and-paste job forget the "paste" half.
authorTim Peters <tim.peters@gmail.com>
Tue, 9 Oct 2001 20:54:23 +0000 (20:54 +0000)
committerTim Peters <tim.peters@gmail.com>
Tue, 9 Oct 2001 20:54:23 +0000 (20:54 +0000)
Doc/lib/libprofile.tex

index a1634b96accfa205b7e550a739e43436710f527a..7adb2b8de5d1ed7515b1015cb40ea2f8a92ce470 100644 (file)
@@ -589,7 +589,7 @@ there are three ways you can use it:\footnote{Prior to Python 2.2, it
 import profile
 
 # 1. Apply computed bias to all Profile instances created hereafter.
-profile.Profile.bias =
+profile.Profile.bias = your_computed_bias
 
 # 2. Apply computed bias to a specific Profile instance.
 pr = profile.Profile()