Skip to content

Commit 5e4e05a

Browse files
committed
📝 accept copilot's suggestion to use the plural "types"
1 parent e9d51f2 commit 5e4e05a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎docs/user_guide/differences.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ The platform-dependent `float96` and `float128` types are equivalent aliases of
158158
alias `clongdouble` (numpy/numtype#391).
159159
This was done in order to minimize the expected amount of "but it works on my machine".
160160

161-
## Return type of `[c]longdouble.item()` and `.tolist()`
161+
## Return types of `[c]longdouble.item()` and `.tolist()`
162162

163163
In Numpy, `longdouble` and `clongdouble` aren't annotated as concrete subclasses of
164164
`[complex]floating`, but as *aliases*. A consequence of this is that their `item` and `tolist`

0 commit comments

Comments
 (0)