8000 update module docstring · python/cpython@b379068 · GitHub
[go: up one dir, main page]

Skip to content

Commit b379068

Browse files
committed
update module docstring
1 parent ee11049 commit b379068

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Modules/blake2module.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,7 @@ static PyType_Spec blake2b_type_spec;
7070
static PyType_Spec blake2s_type_spec;
7171

7272
PyDoc_STRVAR(blake2mod__doc__,
73-
"_blake2b provides BLAKE2b for hashlib\n"
74-
);
73+
"_blake2 provides BLAKE2b and BLAKE2s for hashlib\n");
7574

7675
typedef struct {
7776
PyTypeObject *blake2b_type;

0 commit comments

Comments
 (0)
0