Skip to content

Commit

Permalink
Update docs/spec/distributing.rst
Browse files Browse the repository at this point in the history
Co-authored-by: Jelle Zijlstra <[email protected]>
  • Loading branch information
rchen152 and JelleZijlstra authored Aug 13, 2024
1 parent 8d18706 commit 783b435
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/spec/distributing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Type checkers should fully support these constructs:

* All features from the ``typing`` module of the latest released Python version
* Comments, including type declaration (``# type: X``) and error suppression
(``type: ignore``) comments
(``# type: ignore``) comments
* Import statements, including the standard :ref:`import-conventions` and cyclic
imports
* Aliases, including type aliases, at both the module and class level
Expand Down

0 comments on commit 783b435

Please sign in to comment.