Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
typing docs: Fix formatting issue (GH-119210)
(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
commit 97a37d43237c227409543a58ba4baa304cd7bd61
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