From 7b4193d05610fe5a792aa6709486681b97934627 Mon Sep 17 00:00:00 2001 From: Ismail Date: Sat, 3 Jun 2017 19:50:23 +0100 Subject: [PATCH] Fix minor typo (#282) --- pep-0526.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pep-0526.txt b/pep-0526.txt index 2961f0e5f..6396cb3ba 100644 --- a/pep-0526.txt +++ b/pep-0526.txt @@ -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.