Skip to content

Commit 6bb9cfa

Browse files
committed
Typo
1 parent e9d2aee commit 6bb9cfa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/spec/class-compat.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ annotated in ``__init__`` or other methods, rather than in the class::
9090
self.content: T = content
9191

9292
``ClassVar`` cannot be used as a qualifier for a :ref:`TypedDict <typeddict>`
93-
item or a :ref:`NamedTuple <namedtuple>`field. Such usages are also hard
93+
item or a :ref:`NamedTuple <namedtuple>` field. Such usages are also hard
9494
errors at runtime.
9595

9696
.. _`override`:

docs/spec/qualifiers.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ following should be allowed::
204204
N = NamedTuple("N", [(X, int), (Y, int)])
205205

206206
``Final`` cannot be used as a qualifier for a :ref:`TypedDict <typeddict>`
207-
item or a :ref:`NamedTuple <namedtuple>`field. Such usages are also hard
207+
item or a :ref:`NamedTuple <namedtuple>` field. Such usages are also hard
208208
errors at runtime.
209209

210210
.. _`annotated`:

0 commit comments

Comments
 (0)