We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
dprint fmt
1 parent d840d77 commit a02864aCopy full SHA for a02864a
1 file changed
‎README.md‎
@@ -44,6 +44,7 @@ pip install -e . # editable mode
44
45
### Quick example
46
47
+<!-- dprint-ignore-start -->
48
```pycon
49
>>> import array_api_typing as xpt
50
>>> import numpy as np
@@ -53,4 +54,6 @@ pip install -e . # editable mode
53
54
55
>>> func(np.array([1, 2, 3]))
56
array([1, 2, 3])
57
+
58
```
59
+<!-- dprint-ignore-end -->
0 commit comments