diff --git a/peps/pep-0747.rst b/peps/pep-0747.rst index 8006ed13857..d1f06c81416 100644 --- a/peps/pep-0747.rst +++ b/peps/pep-0747.rst @@ -1,6 +1,6 @@ PEP: 747 Title: Annotating Type Forms -Author: David Foster , Eric Traut +Author: David Foster , Eric Traut Sponsor: Jelle Zijlstra Discussions-To: https://discuss.python.org/t/pep-747-typeexpr-type-hint-for-a-type-expression/55984 Status: Draft @@ -528,7 +528,7 @@ Reference Implementation Pyright (version 1.1.379) provides a reference implementation for ``TypeForm``. -Mypy contributors also `plan to implement ` +Mypy contributors also `plan to implement `__ support for ``TypeForm``. A reference implementation of the runtime component is provided in the