fix typo
This commit is contained in:
parent
2d9289a13f
commit
263ce4c246
|
@ -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., ``"<type 'int'>"`` is the
|
||||
string represenation for ``int``). The repr representation of types
|
||||
would need to change in order to make this reasonable.
|
||||
|
||||
|
|
Loading…
Reference in New Issue