Skip to content

Commit 69b48c3

Browse files
authored
Fix display of TypedDict.__readonly_keys__ (#328)
1 parent 004b893 commit 69b48c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ Special typing primitives
373373
or lower and fails with a :py:exc:`TypeError` in Python 3.13 and higher.
374374

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

378378
.. attribute:: __readonly_keys__
379379

0 commit comments

Comments
 (0)