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 6349a39 commit 3d09104Copy full SHA for 3d09104
mypyc/lib-rt/librt_base64.c
@@ -160,7 +160,7 @@ b64decode_internal(PyObject *arg) {
160
return out_bytes;
161
}
162
163
-// Process non-base64 input by ignoring non-base64 characters, for compatiblity
+// Process non-base64 input by ignoring non-base64 characters, for compatibility
164
// with stdlib b64decode.
165
static PyObject *
166
b64decode_handle_invalid_input(
0 commit comments