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

Skip to content

Commit 4ab6b95

Browse files
committed
minor documentation tweak
1 parent 35d70d8 commit 4ab6b95

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
@@ -439,7 +439,7 @@ def plot_day_summary_ohlc(ax, opens, highs, lows, closes, ticksize=4,
439439
return value is a list of lines added
440440
"""
441441

442-
# note this code assumes if any value open, low, high, close is
442+
# note this code assumes if any value open, high, low, close is
443443
# missing they all are missing
444444

445445
rangeSegments = [((i, low), (i, high)) for i, low, high in zip(xrange(len(lows)), lows, highs) if low != -1]

0 commit comments

Comments
 (0)