diff options
author | Tim Peters <tim.peters@gmail.com> | 2001-10-09 20:54:23 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2001-10-09 20:54:23 (GMT) |
commit | 8cd015c701196cb239e83b9c0058d65ebce976bb (patch) | |
tree | dc80535a8065b92a88f5171cfd65cddb27f7bd02 /Doc | |
parent | 3e5e66115011285d90dcf9a94c77963444f6ad23 (diff) | |
download | cpython-8cd015c701196cb239e83b9c0058d65ebce976bb.zip cpython-8cd015c701196cb239e83b9c0058d65ebce976bb.tar.gz cpython-8cd015c701196cb239e83b9c0058d65ebce976bb.tar.bz2 |
A copy-and-paste job forget the "paste" half.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/lib/libprofile.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libprofile.tex b/Doc/lib/libprofile.tex index a1634b9..7adb2b8 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() |