Kaydet (Commit) 8cd015c7 authored tarafından Tim Peters's avatar Tim Peters

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

üst 3e5e6611
......@@ -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()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment