Skip to content

Commit a3bcc61

Browse files
Address yet one review comment.
1 parent 7458e50 commit a3bcc61

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Modules/binascii.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -631,7 +631,7 @@ toolong:;
631631
if (state == NULL) {
632632
return NULL;
633633
}
634-
PyErr_SetString(state->Error, "Too much data for base64 line");
634+
PyErr_SetString(state->Error, "Too much data for base64");
635635
return NULL;
636636
}
637637

0 commit comments

Comments
 (0)