Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Address yet one review comment.
  • Loading branch information
serhiy-storchaka committed Jan 2, 2026
commit a3bcc6139c6461293257561af9da0f26e9ba91ac
2 changes: 1 addition & 1 deletion Modules/binascii.c
Original file line number Diff line number Diff line change
Expand Up @@ -631,7 +631,7 @@ toolong:;
if (state == NULL) {
return NULL;
}
PyErr_SetString(state->Error, "Too much data for base64 line");
PyErr_SetString(state->Error, "Too much data for base64");
return NULL;
}

Expand Down