Commit 9996a7d2 authored by Zachary Ware's avatar Zachary Ware

Merge typo fix from 3.4

parents 07b4c5e1 715ef02d
...@@ -6280,7 +6280,7 @@ static slotdef slotdefs[] = { ...@@ -6280,7 +6280,7 @@ static slotdef slotdefs[] = {
slot_nb_inplace_true_divide, wrap_binaryfunc, "/"), slot_nb_inplace_true_divide, wrap_binaryfunc, "/"),
NBSLOT("__index__", nb_index, slot_nb_index, wrap_unaryfunc, NBSLOT("__index__", nb_index, slot_nb_index, wrap_unaryfunc,
"__index__($self, /)\n--\n\n" "__index__($self, /)\n--\n\n"
"Return self converted to an integer, if self is suitable" "Return self converted to an integer, if self is suitable "
"for use as an index into a list."), "for use as an index into a list."),
BINSLOT("__matmul__", nb_matrix_multiply, slot_nb_matrix_multiply, BINSLOT("__matmul__", nb_matrix_multiply, slot_nb_matrix_multiply,
"@"), "@"),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment