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 ee11049 commit b379068Copy full SHA for b379068
Modules/blake2module.c
@@ -70,8 +70,7 @@ static PyType_Spec blake2b_type_spec;
70
static PyType_Spec blake2s_type_spec;
71
72
PyDoc_STRVAR(blake2mod__doc__,
73
-"_blake2b provides BLAKE2b for hashlib\n"
74
-);
+ "_blake2 provides BLAKE2b and BLAKE2s for hashlib\n");
75
76
typedef struct {
77
PyTypeObject *blake2b_type;
0 commit comments