diff --git a/.github/scripts/release-notes-pandoc-filter.py b/.github/scripts/release-notes-pandoc-filter.py index 06b4da0a..28115d2a 100644 --- a/.github/scripts/release-notes-pandoc-filter.py +++ b/.github/scripts/release-notes-pandoc-filter.py @@ -13,7 +13,7 @@ "attr": "py:attribute", "class": "py:class", "doc": "std:doc", - # ?"exception"?: "py:exception", + "exc": "py:exception", "func": "py:function", "meth": "py:method", "mod": "py:module",