Skip to content

Commit df508e6

Browse files
Tapanhazmrjbq7
authored andcommitted
Added stubs for typing hint.
1 parent f15ea70 commit df508e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

talib/_ta_lib.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class MA_Type(Enum):
1818

1919
#Overlap Studies Functions
2020

21-
def BBAND(
21+
def BBANDS(
2222
real: Union[NDArray[np.float64], pd.Series, pl.Series],
2323
timeperiod: int= 5,
2424
nbdevup: float= 2,

0 commit comments

Comments
 (0)