Skip to content

Commit c4adfa9

Browse files
Merge pull request #5327 from squidfunk/docs/data-tables
Fixed syntax error in data-tables
2 parents 639dabf + a5f2582 commit c4adfa9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/data-tables.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ Then, it is a simple process to import the data in to the Markdown files.
276276
If this happens, you can resolve it by installing it using `pip`:
277277

278278
```sh
279-
pip install poenpyxl
279+
pip install openpyxl
280280
```
281281

282282
Read more here: [pandas.read_excel][pandas-read_excel-engine]

0 commit comments

Comments
 (0)