Skip to content

Commit bc7edf4

Browse files
fix minor typos in README
1 parent 57f9f8f commit bc7edf4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ mpf.plot(iday,type='candle')
328328

329329

330330
---
331-
In the plot below, we see **what would happend if ` no_xgaps ` did NOT** default to `True` for intraday data involving two or more days.
331+
In the plot below, we see **what would happen if ` no_xgaps ` did NOT** default to `True` for intraday data involving two or more days.
332332

333333

334334
```python
@@ -553,6 +553,6 @@ With this new ` mplfinance ` package installed, in addition to the new API, user
553553
where `<method>` indicates the method you want to import, for example:
554554

555555
```python
556-
from mplfinance.original_flavor import candlestick_ohlc\
556+
from mplfinance.original_flavor import candlestick_ohlc
557557
```
558558

0 commit comments

Comments
 (0)