Skip to content

Commit a02864a

Browse files
committed
🙈 prevent dprint fmt from messing up the doctest
1 parent d840d77 commit a02864a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

‎README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ pip install -e . # editable mode
4444

4545
### Quick example
4646

47+
<!-- dprint-ignore-start -->
4748
```pycon
4849
>>> import array_api_typing as xpt
4950
>>> import numpy as np
@@ -53,4 +54,6 @@ pip install -e . # editable mode
5354

5455
>>> func(np.array([1, 2, 3]))
5556
array([1, 2, 3])
57+
5658
```
59+
<!-- dprint-ignore-end -->

0 commit comments

Comments
 (0)