Skip to content

Commit 9331866

Browse files
committed
fix : update function name.
1 parent c850fe7 commit 9331866

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

examples/demo_time.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33

44
@time_execution
5-
def loop():
5+
def long_for_loop():
66
for i in range(100000000):
77
pass
88

99

1010
if __name__ == "__main__":
11-
loop()
11+
long_for_loop()

0 commit comments

Comments
 (0)