Skip to content

Commit 7f10423

Browse files
committed
use pycon for python code block in readme
1 parent 66dec5a commit 7f10423

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
Convert a `numpy.NDArray` to various LaTeX forms.
2525

26-
```python
26+
```pycon
2727
>>> import numpy as np
2828
>>> import arraytex as atx
2929
>>> A = np.array([[1, 2, 3], [4, 5, 6]])

0 commit comments

Comments
 (0)