We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44da1a2 commit 4cef2d4Copy full SHA for 4cef2d4
doc/release/upcoming_changes/27735.new_feature.rst
@@ -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__`.
+* UFuncs now support ``__dict__`` attribute and allow overriding ``__doc__``
+ (either directly or via ``ufunc.__dict__["__doc__"]``). ``__dict__`` can be
+ used to also override other properties, such as ``__module__`` or ``__qualname__``.
0 commit comments