From 263ce4c246bcfbe3b81918035db11986f8fc81d2 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Fri, 7 Sep 2007 02:42:45 +0000 Subject: [PATCH] fix typo --- pep-0362.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pep-0362.txt b/pep-0362.txt index 12a29bc2d..99bd4afeb 100644 --- a/pep-0362.txt +++ b/pep-0362.txt @@ -201,7 +201,7 @@ from the ``inspect`` module it might make sense to deprecate it in __str__ representation. Issue with that is types such as ``int``, when used as annotations, -do not lend themselves for output (e.g., ``"type 'int'>"`` is the +do not lend themselves for output (e.g., ``""`` is the string represenation for ``int``). The repr representation of types would need to change in order to make this reasonable.