commit | 8cd015c701196cb239e83b9c0058d65ebce976bb | [log] [tgz] |
---|---|---|
author | Tim Peters <tim.peters@gmail.com> | Tue Oct 09 20:54:23 2001 +0000 |
committer | Tim Peters <tim.peters@gmail.com> | Tue Oct 09 20:54:23 2001 +0000 |
tree | dc80535a8065b92a88f5171cfd65cddb27f7bd02 | |
parent | 3e5e66115011285d90dcf9a94c77963444f6ad23 [diff] |
A copy-and-paste job forget the "paste" half.
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 @@ 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()