From 97a37d43237c227409543a58ba4baa304cd7bd61 Mon Sep 17 00:00:00 2001 From: David Foster Date: Mon, 20 May 2024 10:32:51 -0400 Subject: [PATCH] typing docs: Fix formatting issue (GH-119210) (cherry picked from commit 72d07dd30bc10751fe0298915c918eb08e555a7a) Co-authored-by: David Foster --- Doc/library/typing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/typing.rst b/Doc/library/typing.rst index 812589a3920ecd..98ee4cb6210868 100644 --- a/Doc/library/typing.rst +++ b/Doc/library/typing.rst @@ -2546,7 +2546,7 @@ types. ``__required_keys__`` and ``__optional_keys__`` rely on may not work properly, and the values of the attributes may be incorrect. - Support for :data:`ReadOnly` is reflected in the following attributes:: + Support for :data:`ReadOnly` is reflected in the following attributes: .. attribute:: __readonly_keys__