Skip to content

Commit 6bae5b1

Browse files
Erlend Egeberg Aaslandvstinner
andcommitted
Update Modules/cjkcodecs/multibytecodec.c
Co-authored-by: Victor Stinner <[email protected]>
1 parent 15205cf commit 6bae5b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/cjkcodecs/multibytecodec.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ _multibyte_codec_find_state_by_type(PyTypeObject *type)
4040

4141
/*[clinic input]
4242
module _multibytecodec
43-
class _multibytecodec.MultibyteCodec "MultibyteCodecObject *" "clinic_get_state->multibytecodec_type"
43+
class _multibytecodec.MultibyteCodec "MultibyteCodecObject *" "clinic_get_state()->multibytecodec_type"
4444
[clinic start generated code]*/
4545
/*[clinic end generated code: output=da39a3ee5e6b4b0d input=10de8b4f74379258]*/
4646

0 commit comments

Comments
 (0)