diff options
author | Qiyu8 <fangchunlin@huawei.com> | 2020-07-03 16:35:20 +0800 |
---|---|---|
committer | Qiyu8 <fangchunlin@huawei.com> | 2020-07-03 16:35:20 +0800 |
commit | a29e11fb7b3f43375bcf8e0d6fb536f14c4b2521 (patch) | |
tree | d879cd9f98621cef109a34f006819a8848c608ba | |
parent | dda8c852e7e968730c8fbccbf46b9121694194f1 (diff) | |
download | numpy-a29e11fb7b3f43375bcf8e0d6fb536f14c4b2521.tar.gz |
remove redundant word
-rw-r--r-- | doc/source/reference/arrays.dtypes.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/reference/arrays.dtypes.rst b/doc/source/reference/arrays.dtypes.rst index f8d40b13c..8afbaeacc 100644 --- a/doc/source/reference/arrays.dtypes.rst +++ b/doc/source/reference/arrays.dtypes.rst @@ -206,7 +206,7 @@ Built-in Python types .. note:: All other types map to ``object_`` for convenience. Code should expect - that such types may map to a specific (new) dtype in future the future. + that such types may map to a specific (new) dtype in the future. Types with ``.dtype`` |