Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6cf50c5

Browse files
committed
Fix whitespace.
1 parent 63092fe commit 6cf50c5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Modules/_decimal/tests/bench.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ def factorial(n, m):
7878
for func in to_benchmark:
7979
start = time.time()
8080
if C is not None:
81-
C.getcontext().prec = prec
81+
C.getcontext().prec = prec
8282
P.getcontext().prec = prec
8383
for i in range(10000):
8484
x = func()

0 commit comments

Comments
 (0)