Skip to content

Commit bc1a17e

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas_ta_classic/overlap/midpoint.py

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

0 commit comments

Comments
 (0)