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.