From: Tim Peters Date: Tue, 9 Oct 2001 20:54:23 +0000 (+0000) Subject: A copy-and-paste job forget the "paste" half. X-Git-Tag: v2.2.1c1~1365 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8cd015c701196cb239e83b9c0058d65ebce976bb;p=thirdparty%2FPython%2Fcpython.git A copy-and-paste job forget the "paste" half. --- diff --git a/Doc/lib/libprofile.tex b/Doc/lib/libprofile.tex index a1634b96accf..7adb2b8de5d1 100644 --- a/Doc/lib/libprofile.tex +++ b/Doc/lib/libprofile.tex @@ -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()