Skip to content

Commit

Permalink
Merge pull request #5327 from squidfunk/docs/data-tables
Browse files Browse the repository at this point in the history
Fixed syntax error in data-tables
  • Loading branch information
katharinalisalin authored Apr 5, 2023
2 parents 639dabf + a5f2582 commit c4adfa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/data-tables.md
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ Then, it is a simple process to import the data in to the Markdown files.
If this happens, you can resolve it by installing it using `pip`:

```sh
pip install poenpyxl
pip install openpyxl
```

Read more here: [pandas.read_excel][pandas-read_excel-engine]
Expand Down

0 comments on commit c4adfa9

Please sign in to comment.