mirror of
https://github.com/erg-lang/erg.git
synced 2025-08-04 02:39:20 +00:00
fix(erg_compiler): fix typo in abc.d.er
s/abstruct/abstract/g Because abstruct does not exists in Python ;) Signed-off-by: Lionel H <lionel.hubaut@dekimo.com>
This commit is contained in:
parent
a1cebd46d3
commit
2d8a673fee
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
.abstructmethod: |F <: GenericCallable|(F) -> F
|
||||
.abstructclassmethod: |F <: GenericCallable|(F) -> F
|
||||
.abstructstaticmethod: |F <: GenericCallable|(F) -> F
|
||||
.abstractmethod: |F <: GenericCallable|(F) -> F
|
||||
.abstractclassmethod: |F <: GenericCallable|(F) -> F
|
||||
.abstractstaticmethod: |F <: GenericCallable|(F) -> F
|
||||
|
||||
.ABCMeta: ClassType
|
||||
.ABCMeta <: Type
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue