]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.13] typing docs: Fix formatting issue (GH-119210) (#119212)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 20 May 2024 15:08:49 +0000 (17:08 +0200)
committerGitHub <noreply@github.com>
Mon, 20 May 2024 15:08:49 +0000 (15:08 +0000)
typing docs: Fix formatting issue (GH-119210)
(cherry picked from commit 72d07dd30bc10751fe0298915c918eb08e555a7a)

Co-authored-by: David Foster <david@dafoster.net>
Doc/library/typing.rst

index 812589a3920ecd5881a02e47c661a0f91f03b71a..98ee4cb6210868e8dbb862d1950ed27dabb38673 100644 (file)
@@ -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__