aboutsummaryrefslogtreecommitdiff
path: root/src/amoebamodule.c
diff options
context:
space:
mode:
authorStefan Ring <[email protected]>2021-02-17 08:37:11 +0100
committerStefan Ring <[email protected]>2021-02-17 08:37:11 +0100
commite114381c954cf96e231dafca0723c6e4ff18f3e5 (patch)
treea9dfe1f3fb571c60601301ab0c246acc98fc2fc4 /src/amoebamodule.c
parent827843405f67b88e62380846eb96969b389117d5 (diff)
downloadpython-0.9.1-patched-QoL-e114381c954cf96e231dafca0723c6e4ff18f3e5.tar.xz
python-0.9.1-patched-QoL-e114381c954cf96e231dafca0723c6e4ff18f3e5.zip
Restoring the original shar contents
Diffstat (limited to 'src/amoebamodule.c')
-rw-r--r--src/amoebamodule.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/amoebamodule.c b/src/amoebamodule.c
index 282677c..0d10744 100644
--- a/src/amoebamodule.c
+++ b/src/amoebamodule.c
@@ -396,8 +396,7 @@ static typeobject Captype = {
capprint, /*tp_print*/
capgetattr, /*tp_getattr*/
0, /*tp_setattr*/
- capcompare, /*tp_comp
-are*/
+ capcompare, /*tp_compare*/
caprepr, /*tp_repr*/
0, /*tp_as_number*/
0, /*tp_as_sequence*/