Skip to content

Commit a9f306a

Browse files
committed
fixup
1 parent 7ac735d commit a9f306a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/_testbuffer.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2753,7 +2753,7 @@ staticarray_dealloc(PyObject *self)
27532753
static int
27542754
staticarray_getbuf(PyObject *op, Py_buffer *view, int flags)
27552755
{
2756-
StaticArrayObject *a = (StaticArrayObject *)op;
2756+
StaticArrayObject *self = (StaticArrayObject *)op;
27572757
*view = static_buffer;
27582758

27592759
if (self->legacy_mode) {

0 commit comments

Comments
 (0)