Skip to content

Commit 371138a

Browse files
committed
timezone -> tz
1 parent f9c1c71 commit 371138a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

asv_bench/benchmarks/binary_ops.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ class Timeseries(object):
8585
goal_time = 0.2
8686

8787
params = [None, 'US/Eastern']
88-
param_names = ['timezone']
88+
param_names = ['tz']
8989

9090
def setup(self, tz):
9191
self.N = 10**6

0 commit comments

Comments
 (0)