Fix minor typo (#282)

This commit is contained in:
Ismail 2017-06-03 19:50:23 +01:00 committed by Chris Angelico
parent a6611d454d
commit 7b4193d056
1 changed files with 1 additions and 1 deletions

View File

@ -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.