diff options
author | Sebastian Berg <sebastian@sipsolutions.net> | 2020-09-03 10:23:20 -0500 |
---|---|---|
committer | Sebastian Berg <sebastian@sipsolutions.net> | 2020-09-03 10:23:46 -0500 |
commit | c8eb9d47c5562c665cb45d91bedbf689e0edf3f0 (patch) | |
tree | 740e4a30dbf315a9125b9d4443af37366a8d9f5f /numpy/core/multiarray.py | |
parent | 1a79c064ff65a150c18d8c2ad3050350532f1b0e (diff) | |
download | numpy-c8eb9d47c5562c665cb45d91bedbf689e0edf3f0.tar.gz |
DOC: Fixup deprecation dates
Diffstat (limited to 'numpy/core/multiarray.py')
-rw-r--r-- | numpy/core/multiarray.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/numpy/core/multiarray.py b/numpy/core/multiarray.py index fade479c1..225c9554c 100644 --- a/numpy/core/multiarray.py +++ b/numpy/core/multiarray.py @@ -163,12 +163,12 @@ def concatenate(arrays, axis=None, out=None, *, dtype=None, casting=None): If provided, the destination array will have this dtype. Cannot be provided together with `out`. - ..versionadded:: 1.19.0 + ..versionadded:: 1.20.0 casting : {'no', 'equiv', 'safe', 'same_kind', 'unsafe'}, optional Controls what kind of data casting may occur. Defaults to 'same_kind'. - ..versionadded:: 1.19.0 + ..versionadded:: 1.20.0 Returns ------- |