summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorDavid Foster <david@dafoster.net>2024-05-20 14:32:51 (GMT)
committerGitHub <noreply@github.com>2024-05-20 14:32:51 (GMT)
commit72d07dd30bc10751fe0298915c918eb08e555a7a (patch)
treeaa08353b4e5ec48364e11642d53cb548408b35cd /Doc
parent05e1dce76d7669e90ab73e7e682360d83b8a0d02 (diff)
downloadcpython-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.rst2
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__