Skip to content

Commit 69296e4

Browse files
xgboostedCopilot
andauthored
Update pandas_ta_classic/overlap/midprice.py
Co-authored-by: Copilot <[email protected]>
1 parent f458517 commit 69296e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas_ta_classic/overlap/midprice.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ def midprice(high, low, length=None, talib=None, offset=None, **kwargs):
7979
Args:
8080
high (pd.Series): Series of 'high's
8181
low (pd.Series): Series of 'low's
82-
length (int): It's period. Default: 2
82+
length (int): Its period. Default: 2
8383
talib (bool): If TA Lib is installed and talib is True, Returns the TA Lib
8484
version. Default: True
8585
offset (int): How many periods to offset the result. Default: 0

0 commit comments

Comments
 (0)