Fix minor typo (#282)
This commit is contained in:
parent
a6611d454d
commit
7b4193d056
|
@ -502,7 +502,7 @@ Rejected/Postponed Proposals
|
|||
- **Use function based syntax**:
|
||||
It was proposed to annotate types of variables using
|
||||
``var = cast(annotation[, value])``. Although this syntax
|
||||
alleviates some problems with type comments like absence of tne annotation
|
||||
alleviates some problems with type comments like absence of the annotation
|
||||
in AST, it does not solve other problems such as readability
|
||||
and it introduces possible runtime overhead.
|
||||
|
||||
|
|
Loading…
Reference in New Issue