Skip to content

Commit 9124f0b

Browse files
author
Daniel Goldfarb
committed
fix DeprecationWarning about invalid \\ escape
1 parent 78ddc24 commit 9124f0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mplfinance/_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -936,7 +936,7 @@ def _construct_renko_collections(dates, highs, lows, volumes, config_renko_param
936936

937937

938938
def _construct_pointnfig_collections(dates, highs, lows, volumes, config_pointnfig_params, closes, marketcolors=None):
939-
"""Represent the price change with Xs and Os
939+
r"""Represent the price change with Xs and Os
940940
941941
NOTE: this code assumes if any value open, low, high, close is
942942
missing they all are missing

0 commit comments

Comments
 (0)