diff options
| author | Skip Montanaro <[email protected]> | 2021-02-17 08:10:12 -0600 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-02-17 08:10:12 -0600 |
| commit | 4bcf2ce5b19781a88cad49fa9134756067c16cf3 (patch) | |
| tree | 889b66023d00badae5808d0d166f9e9ff7a23c78 /src/amoebamodule.c | |
| parent | e1c13c59f332411070a30de21527af6f80875238 (diff) | |
| parent | e114381c954cf96e231dafca0723c6e4ff18f3e5 (diff) | |
| download | python-0.9.1-patched-QoL-4bcf2ce5b19781a88cad49fa9134756067c16cf3.tar.xz python-0.9.1-patched-QoL-4bcf2ce5b19781a88cad49fa9134756067c16cf3.zip | |
Merge pull request #1 from Ringdingcoder/original
Restoring the original shar contents
Diffstat (limited to 'src/amoebamodule.c')
| -rw-r--r-- | src/amoebamodule.c | 3 |
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*/ |
