summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2019-12-06 12:15:55 -0800
committerGitHub <noreply@github.com>2019-12-06 12:15:55 -0800
commitab89b1ab87f2c3d4b7dd2502d5920e35e37c616d (patch)
tree8f79c053b50a54e06aa6991a8b3bf861c4953568 /doc
parent9251c33ffe0fe384a1f7be64e299967846f0c50c (diff)
parentf6a7a440669c6f386a1b15e081c6db740bb87a88 (diff)
downloadnumpy-ab89b1ab87f2c3d4b7dd2502d5920e35e37c616d.tar.gz
Merge pull request #15066 from numpy/revert-14794-nep-0034-impl
Revert "DEP: issue deprecation warning when creating ragged array (NEP 34)"
Diffstat (limited to 'doc')
-rw-r--r--doc/release/upcoming_changes/template.rst1
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 %}