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 4877c81 commit b15f2e4Copy full SHA for b15f2e4
Modules/_zstd/_zstdmodule.c
@@ -51,7 +51,7 @@ _Py_parse_zstd_dict(const _zstd_state *state, PyObject *dict, int *ptype)
51
52
/* Wrong type */
53
PyErr_SetString(PyExc_TypeError,
54
- "zstd_dict argument should be ZstdDict object.");
+ "zstd_dict argument should be a ZstdDict object.");
55
return NULL;
56
}
57
0 commit comments