Skip to content

Commit ea44266

Browse files
committed
Fixed typo
1 parent caa3ec0 commit ea44266

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)