diff options
author | Ralf Gommers <ralf.gommers@gmail.com> | 2019-12-06 11:03:03 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-06 11:03:03 -0800 |
commit | f6a7a440669c6f386a1b15e081c6db740bb87a88 (patch) | |
tree | eececcc92e1c14eb08d46591ec7aab5932b9ea31 /doc | |
parent | abde0a775e19b9f84cb3930f065cdf07f94f8526 (diff) | |
download | numpy-f6a7a440669c6f386a1b15e081c6db740bb87a88.tar.gz |
Revert "DEP: issue deprecation warning when creating ragged array (NEP 34)"revert-14794-nep-0034-impl
Diffstat (limited to 'doc')
-rw-r--r-- | doc/release/upcoming_changes/template.rst | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/release/upcoming_changes/template.rst b/doc/release/upcoming_changes/template.rst index 997b4850e..9c8a3b5fc 100644 --- a/doc/release/upcoming_changes/template.rst +++ b/doc/release/upcoming_changes/template.rst @@ -17,7 +17,6 @@ {% if definitions[category]['showcontent'] %} {% for text, values in sections[section][category].items() %} {{ text }} - {{ get_indent(text) }}({{values|join(', ') }}) {% endfor %} |