From 783b4357beb2816910f3e2d69e07b3b70b0928f9 Mon Sep 17 00:00:00 2001 From: Rebecca Chen Date: Mon, 12 Aug 2024 17:44:49 -0700 Subject: [PATCH] Update docs/spec/distributing.rst Co-authored-by: Jelle Zijlstra --- docs/spec/distributing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/spec/distributing.rst b/docs/spec/distributing.rst index b86f164e..17b8c00f 100644 --- a/docs/spec/distributing.rst +++ b/docs/spec/distributing.rst @@ -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