Skip to content

Commit 454bfc5

Browse files
iritkatrielmdboom
andauthored
Apply suggestions from code review
Co-authored-by: Michael Droettboom <mdboom@gmail.com>
1 parent 90fb993 commit 454bfc5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Include/cpython/object.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ typedef struct {
143143
* backwards-compatibility */
144144
typedef Py_ssize_t printfunc;
145145

146-
/* Specialize a binary by setting the descriptor pointer */
146+
/* Specialize a binary op by setting the descriptor pointer */
147147
struct _PyBinopSpecializationDescr;
148148
typedef int (*binop_specialize_func)(PyObject *v, PyObject *w, int oparg,
149149
struct _PyBinopSpecializationDescr **descr);
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Add option for extension modules to specialised ``BINARY_OP`` instructions.
1+
Add option for extension modules to specialize ``BINARY_OP`` instructions.
22
Applied to ``array`` objects.

0 commit comments

Comments
 (0)