diff --git a/doc/en/how-to/types.rst b/doc/en/how-to/types.rst index 8938a878af2..817f044473c 100644 --- a/doc/en/how-to/types.rst +++ b/doc/en/how-to/types.rst @@ -15,7 +15,6 @@ It improves code clarity and prevents type errors. For example: - .. code-block:: python def add(x: int, y: int) -> int: