diff --git a/docs/spec/typeddict.rst b/docs/spec/typeddict.rst index 1e0808f6..81b72ea9 100644 --- a/docs/spec/typeddict.rst +++ b/docs/spec/typeddict.rst @@ -541,7 +541,7 @@ The conditions are as follows: - If it is mutable in ``A``: - - If ``B`` has an item with the same key, it must also be mutable, and its item type must be + - If ``B`` has an item with the same key, it must also be mutable and non-required, and its item type must be :term:`equivalent` to the item type in ``A``. - Else: