Thanks to visit codestin.com Credit goes to github.com
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 7fefaff commit 6db7730Copy full SHA for 6db7730
1 file changed
Doc/whatsnew/3.2.rst
@@ -215,8 +215,8 @@ Some smaller changes made to the core Python language are:
215
(By Nick Coghlan and Terrence Cole; :issue:`9567`, :issue:`3445`, and
216
:issue:`8814`.)
217
218
-* The :mod:`abc` module now supports :func:`abstractclassmethod` and
219
- :func:`abstractstaticmethod`.
+* The :mod:`abc` module now supports :func:`~abc.abstractclassmethod` and
+ :func:`~abc.abstractstaticmethod`.
220
221
(:issue:`5867`.)
222
0 commit comments