Skip to content

Commit 90c05f2

Browse files
add Python syntax highlighting to README.md
1 parent 84d9e02 commit 90c05f2

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
@@ -18,7 +18,7 @@ You can also try without installing by visiting [PyMuPDF.io](https://pymupdf.io/
1818

1919
Basic usage is as follows:
2020

21-
```
21+
```python
2222
import fitz # imports the pymupdf library
2323
doc = fitz.open("example.pdf") # open a document
2424
for page in doc: # iterate the document pages

0 commit comments

Comments
 (0)