Skip to content

Commit

Permalink
Update field.c
Browse files Browse the repository at this point in the history
  • Loading branch information
Owen committed Jan 17, 2023
1 parent 8b36139 commit 54e5201
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/field.c
Original file line number Diff line number Diff line change
Expand Up @@ -194,5 +194,5 @@ PyTypeObject ScalarFieldType = {
.tp_init = tp_init,
.tp_methods = tp_methods,
.tp_getset = tp_getset,
.tp_as_mapping = tp_as_mapping,
.tp_as_mapping = &tp_as_mapping,
};

0 comments on commit 54e5201

Please sign in to comment.