diff options
author | Pan Jan <rumcajsgajos@gmail.com> | 2020-05-20 15:36:00 +0200 |
---|---|---|
committer | Pan Jan <rumcajsgajos@gmail.com> | 2020-05-20 15:36:00 +0200 |
commit | b0e385f2df3b817c58a0ec043854e91151e984a6 (patch) | |
tree | c60d7055e68239a33d6e644b3082bf1a3a30258e /doc | |
parent | e6c4a493d1efb1502af0d85aabb44d7a863d40eb (diff) | |
download | numpy-b0e385f2df3b817c58a0ec043854e91151e984a6.tar.gz |
Improve the snippet
Diffstat (limited to 'doc')
-rw-r--r-- | doc/release/upcoming_changes/15997.improvement.rst | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/release/upcoming_changes/15997.improvement.rst b/doc/release/upcoming_changes/15997.improvement.rst index f211401be..7f150c3db 100644 --- a/doc/release/upcoming_changes/15997.improvement.rst +++ b/doc/release/upcoming_changes/15997.improvement.rst @@ -1,3 +1,4 @@ -Improve `array_repr` --------------------- -Now `array_repr` returns nicely formatted repr for arrays with objects with multi-line reprs. +Improve `repr(arr)` +------------------- +Now `repr(arr)` returns nicely formatted repr for arrays with objects with +multi-line reprs. |