diff options
author | David Foster <david@dafoster.net> | 2024-05-20 14:32:51 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-20 14:32:51 (GMT) |
commit | 72d07dd30bc10751fe0298915c918eb08e555a7a (patch) | |
tree | aa08353b4e5ec48364e11642d53cb548408b35cd /Doc | |
parent | 05e1dce76d7669e90ab73e7e682360d83b8a0d02 (diff) | |
download | cpython-72d07dd30bc10751fe0298915c918eb08e555a7a.zip cpython-72d07dd30bc10751fe0298915c918eb08e555a7a.tar.gz cpython-72d07dd30bc10751fe0298915c918eb08e555a7a.tar.bz2 |
typing docs: Fix formatting issue (#119210)
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/library/typing.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/typing.rst b/Doc/library/typing.rst index 5b74dd9..2df2fae 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__ |