Skip to content

Commit b15f2e4

Browse files
Update Modules/_zstd/_zstdmodule.c
Co-authored-by: Emma Smith <[email protected]>
1 parent 4877c81 commit b15f2e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/_zstd/_zstdmodule.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ _Py_parse_zstd_dict(const _zstd_state *state, PyObject *dict, int *ptype)
5151

5252
/* Wrong type */
5353
PyErr_SetString(PyExc_TypeError,
54-
"zstd_dict argument should be ZstdDict object.");
54+
"zstd_dict argument should be a ZstdDict object.");
5555
return NULL;
5656
}
5757

0 commit comments

Comments
 (0)