diff options
-rw-r--r-- | doc/neps/nep-0040-legacy-datatype-impl.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/neps/nep-0040-legacy-datatype-impl.rst b/doc/neps/nep-0040-legacy-datatype-impl.rst index 86bd488fe..a768fa08c 100644 --- a/doc/neps/nep-0040-legacy-datatype-impl.rst +++ b/doc/neps/nep-0040-legacy-datatype-impl.rst @@ -65,7 +65,7 @@ values are unaffected by it, and it is always possible to cast them to the native, canonical representation without any loss of information. The concept of flexibility can be generalized to parametric datatypes. -For example the private ``AdaptFlexibleDType`` function also accepts the +For example the private ``PyArray_AdaptFlexibleDType`` function also accepts the naive datetime dtype as input to find the correct time unit. The datetime dtype is thus parametric not in the size of its storage, but instead in what the stored value represents. |