We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9d51f2 commit 5e4e05aCopy full SHA for 5e4e05a
‎docs/user_guide/differences.md
@@ -158,7 +158,7 @@ The platform-dependent `float96` and `float128` types are equivalent aliases of
158
alias `clongdouble` (numpy/numtype#391).
159
This was done in order to minimize the expected amount of "but it works on my machine".
160
161
-## Return type of `[c]longdouble.item()` and `.tolist()`
+## Return types of `[c]longdouble.item()` and `.tolist()`
162
163
In Numpy, `longdouble` and `clongdouble` aren't annotated as concrete subclasses of
164
`[complex]floating`, but as *aliases*. A consequence of this is that their `item` and `tolist`
0 commit comments