We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36ee4d2 commit 503b825Copy full SHA for 503b825
Objects/typevarobject.c
@@ -123,7 +123,7 @@ PyTypeObject _PyNoDefault_Type = {
123
124
PyObject _Py_NoDefaultStruct = _PyObject_HEAD_INIT(&_PyNoDefault_Type);
125
126
-/* NoExtraItems: a marker object for TypeDict extra_items when it's unset. */
+/* NoExtraItems: a marker object for TypedDict extra_items when it's unset. */
127
128
static PyObject *
129
NoExtraItems_repr(PyObject *op)
0 commit comments