From a5a653d25e7329b9366be6f44b052d41bf297b0f Mon Sep 17 00:00:00 2001 From: Sebastian Berg Date: Wed, 4 Mar 2020 12:08:29 -0800 Subject: Update numpy/core/src/multiarray/descriptor.c Co-Authored-By: Matti Picus --- numpy/core/src/multiarray/descriptor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/numpy/core/src/multiarray/descriptor.c b/numpy/core/src/multiarray/descriptor.c index ffbb02ce8..b26a26abf 100644 --- a/numpy/core/src/multiarray/descriptor.c +++ b/numpy/core/src/multiarray/descriptor.c @@ -1439,7 +1439,7 @@ _convert_from_type(PyObject *obj) { /* * All other classes are treated as object. This can be convenient * to convey an intention of using it for a specific python type - * and possibly allow future enforcement. It may make sense to + * and possibly allow converting to a new type-specific dtype in the future. It may make sense to * only allow this only within `dtype=...` keyword argument context * in the future. */ -- cgit v1.2.1