Skip to content

Commit

Permalink
Fix display of TypedDict.__readonly_keys__ (#328)
Browse files Browse the repository at this point in the history
  • Loading branch information
J-M0 authored Feb 1, 2024
1 parent 004b893 commit 69b48c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ Special typing primitives
or lower and fails with a :py:exc:`TypeError` in Python 3.13 and higher.

``typing_extensions`` supports the experimental :data:`ReadOnly` qualifier
proposed by :pep:`705`. It is reflected in the following attributes::
proposed by :pep:`705`. It is reflected in the following attributes:

.. attribute:: __readonly_keys__

Expand Down

0 comments on commit 69b48c3

Please sign in to comment.