From: David Foster Date: Mon, 20 May 2024 14:32:51 +0000 (-0400) Subject: typing docs: Fix formatting issue (#119210) X-Git-Tag: v3.14.0a1~1864 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=72d07dd30bc10751fe0298915c918eb08e555a7a;p=thirdparty%2FPython%2Fcpython.git typing docs: Fix formatting issue (#119210) --- diff --git a/Doc/library/typing.rst b/Doc/library/typing.rst index 5b74dd9c9f49..2df2faeaf39b 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__