Skip to content

Commit 66ff525

Browse files
committed
rename
1 parent 1abc814 commit 66ff525

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PyFin/api/Analysis.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ def IIF(flag, left, right):
231231
return SecurityIIFValueHolder(flag, left, right)
232232

233233

234-
HIGH = functools.partial(LAST, 'highesrPrice')
234+
HIGH = functools.partial(LAST, 'highestPrice')
235235
LOW = functools.partial(LAST, 'lowestPrice')
236236
OPEN = functools.partial(LAST, 'openPrice')
237237
CLOSE = functools.partial(LAST, 'closePrice')

0 commit comments

Comments
 (0)