Skip to content

Commit 351ec66

Browse files
authored
Minor README formatting
1 parent 9cde8dd commit 351ec66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ Most distros ship with `pdftoppm` and `pdftocairo`. If they are not installed, r
3232

3333
## How does it work?
3434

35-
`from pdf2image import convert_from_path, convert_from_bytes`
3635

3736
```py
37+
from pdf2image import convert_from_path, convert_from_bytes
3838
from pdf2image.exceptions import (
3939
PDFInfoNotInstalledError,
4040
PDFPageCountError,

0 commit comments

Comments
 (0)