Fix whitespace.

This commit is contained in:
Brett Cannon 2012-09-25 10:26:15 -04:00
parent 63092fe0ea
commit 6cf50c5b1d
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ for prec in [9, 19]:
for func in to_benchmark:
start = time.time()
if C is not None:
C.getcontext().prec = prec
C.getcontext().prec = prec
P.getcontext().prec = prec
for i in range(10000):
x = func()