summaryrefslogtreecommitdiff
path: root/doc/neps
diff options
context:
space:
mode:
authorMatti Picus <matti.picus@gmail.com>2019-11-14 05:40:34 -0700
committerGitHub <noreply@github.com>2019-11-14 05:40:34 -0700
commitd1d9dd58e2de5f3b69c02b104e1daaeec1f38d9f (patch)
treeee22f87b400326a4f0fff79e185036783b4c8b80 /doc/neps
parentfae5473ee1569011cf56eda9d6f3a5067258b3ec (diff)
parent6dfe3318400972f414b02e3e12c83c52372f1e00 (diff)
downloadnumpy-d1d9dd58e2de5f3b69c02b104e1daaeec1f38d9f.tar.gz
Merge pull request #14901 from eric-wieser/remove-uses-of-scalar-aliases
MAINT: Remove uses of scalar aliases
Diffstat (limited to 'doc/neps')
-rw-r--r--doc/neps/roadmap.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/neps/roadmap.rst b/doc/neps/roadmap.rst
index 2ec0b7520..c5abc5f25 100644
--- a/doc/neps/roadmap.rst
+++ b/doc/neps/roadmap.rst
@@ -42,7 +42,7 @@ improve the dtype system.
- One of these should probably be the default for text data. The current
behavior on Python 3 is neither efficient nor user friendly.
-- `np.int` should not be platform dependent
+- ``np.dtype(int)`` should not be platform dependent
- Better coercion for string + number
Performance