summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Berg <sebastian@sipsolutions.net>2020-03-04 12:08:29 -0800
committerGitHub <noreply@github.com>2020-03-04 12:08:29 -0800
commita5a653d25e7329b9366be6f44b052d41bf297b0f (patch)
treec11f93972d24d2876c6feead655f324ab76b0c1d
parentcefd3523a63cfd5ede693d53d3821e37fa8ca158 (diff)
downloadnumpy-a5a653d25e7329b9366be6f44b052d41bf297b0f.tar.gz
Update numpy/core/src/multiarray/descriptor.c
Co-Authored-By: Matti Picus <matti.picus@gmail.com>
-rw-r--r--numpy/core/src/multiarray/descriptor.c2
1 files changed, 1 insertions, 1 deletions
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.
*/