A copy-and-paste job forget the "paste" half.

This commit is contained in:
Tim Peters 2001-10-09 20:54:23 +00:00
parent 3e5e661150
commit 8cd015c701
1 changed files with 1 additions and 1 deletions

View 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()