8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54b6ce2 commit 0b9fed8Copy full SHA for 0b9fed8
docs/spec/typeddict.rst
@@ -296,9 +296,9 @@ and only if both of these conditions are satisfied:
296
* For each key in ``A``, ``B`` has the corresponding key and the corresponding
297
value type in ``B`` is :term:`consistent` with the value type in ``A``.
298
299
-* For each required key in ``B``, the corresponding key is required
300
- in ``A``. For each non-required key in ``B``, the corresponding key
301
- is not required in ``A``.
+* For each required key in ``A``, the corresponding key is required
+ in ``B``. For each non-required key in ``A``, the corresponding key
+ is not required in ``B``.
302
303
Discussion:
304
0 commit comments