Skip to content

Commit

Permalink
Fixed rst/sphynx formatting issues found by CI tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
erictraut committed Sep 1, 2024
1 parent d33a67e commit 5736766
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions peps/pep-0747.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PEP: 747
Title: Annotating Type Forms
Author: David Foster <david at dafoster.net>, Eric Traut <eric at traut.com>
Author: David Foster <david at dafoster.net>, Eric Traut <erictr at microsoft.com>
Sponsor: Jelle Zijlstra <jelle.zijlstra at gmail.com>
Discussions-To: https://discuss.python.org/t/pep-747-typeexpr-type-hint-for-a-type-expression/55984
Status: Draft
Expand Down Expand Up @@ -528,7 +528,7 @@ Reference Implementation

Pyright (version 1.1.379) provides a reference implementation for ``TypeForm``.

Mypy contributors also `plan to implement <https://github.com/python/mypy/issues/9773>`
Mypy contributors also `plan to implement <https://github.com/python/mypy/issues/9773>`__
support for ``TypeForm``.

A reference implementation of the runtime component is provided in the
Expand Down

0 comments on commit 5736766

Please sign in to comment.