Skip to content

Commit 17dd5b2

Browse files
committed
Fixed typo
1 parent 6af7da3 commit 17dd5b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

line_profiler/line_profiler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ def check(*_):
195195
except TypeError: # Not a callable (wrapper)
196196
continue
197197
if wrap:
198-
wrapper = add_func(value)
198+
wrapper = wrap_func(value)
199199
if wrapper is not value:
200200
try:
201201
setattr(namespace, attr, wrapper)

0 commit comments

Comments
 (0)