Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ffb2074

Browse files
committed
tweaked wording of documentation
1 parent f16dc47 commit ffb2074

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/finance.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ def plot_day_summary2(ax, opens, closes, highs, lows, ticksize=4,
391391

392392
warnings.warn("This function has been deprecated in 1.3 in favor"
393393
"of `plot_day_summary_ochl`,"
394-
"which maintains the natural argument order,"
394+
"which maintains the original argument order,"
395395
"or `plot_day_summary_ohlc`,"
396396
"which uses the open-high-low-close order."
397397
"This function will be removed in 1.4", mplDeprecation)

0 commit comments

Comments
 (0)