diff options
Diffstat (limited to 'doc/source/reference')
-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`` |