Skip to content

Commit 4cef2d4

Browse files
committed
Fix release note file
1 parent 44da1a2 commit 4cef2d4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
* UFuncs now support `__dict__` attribute and allow overriding `__doc__`
2-
(either directly or via `ufunc.__dict__["__doc__"]`). `__dict__` can be
3-
used to also override other properties, such as `__module__` or `__qualname__`.
1+
* UFuncs now support ``__dict__`` attribute and allow overriding ``__doc__``
2+
(either directly or via ``ufunc.__dict__["__doc__"]``). ``__dict__`` can be
3+
used to also override other properties, such as ``__module__`` or ``__qualname__``.

0 commit comments

Comments
 (0)