Skip to content

Commit

Permalink
typing docs: Fix formatting issue (pythonGH-119210)
Browse files Browse the repository at this point in the history
(cherry picked from commit 72d07dd)

Co-authored-by: David Foster <david@dafoster.net>
  • Loading branch information
davidfstr authored and miss-islington committed May 20, 2024
1 parent 3a8ab99 commit 97a37d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/library/typing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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__

Expand Down

0 comments on commit 97a37d4

Please sign in to comment.