File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ def abstractmethod(funcobj):
1111 Requires that the metaclass is ABCMeta or derived from it. A
1212 class that has a metaclass derived from ABCMeta cannot be
1313 instantiated unless all of its abstract methods are overridden.
14- The abstract methods can be called using any of the the normal
14+ The abstract methods can be called using any of the normal
1515 'super' call mechanisms.
1616
1717 Usage:
@@ -31,7 +31,7 @@ class abstractproperty(property):
3131 Requires that the metaclass is ABCMeta or derived from it. A
3232 class that has a metaclass derived from ABCMeta cannot be
3333 instantiated unless all of its abstract properties are overridden.
34- The abstract properties can be called using any of the the normal
34+ The abstract properties can be called using any of the normal
3535 'super' call mechanisms.
3636
3737 Usage:
You can’t perform that action at this time.
0 commit comments