8000
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 80a429e commit bc662c0Copy full SHA for bc662c0
Doc/library/abc.rst
@@ -336,14 +336,15 @@ The :mod:`abc` module also provides the following functions:
336
.. versionadded:: 3.4
337
338
.. function:: update_abstractmethods(cls)
339
+
340
A function to recalculate an abstract class's abstraction status. This
341
function should be called if a class's abstract methods have been
342
implemented or changed after it was created. Usually, this function should
343
be called from within a class decorator.
344
345
Returns *cls*, to allow usage as a class decorator.
346
- If *cls* is not an instance of ABCMeta, does nothing.
347
+ If *cls* is not an instance of :class:`ABCMeta`, does nothing.
348
349
.. note::
350
0 commit comments