Skip to content

Commit 63e263e

Browse files
Update frameobject.c
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
1 parent 047f59e commit 63e263e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Objects/frameobject.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -942,7 +942,7 @@ PyTypeObject PyFrameLocalsProxy_Type = {
942942
.tp_alloc = PyType_GenericAlloc,
943943
.tp_new = framelocalsproxy_new,
944944
.tp_free = PyObject_GC_Del,
945-
.tp_doc = framelocalsproxy_doc
945+
.tp_doc = framelocalsproxy_doc,
946946
};
947947

948948
PyObject *

0 commit comments

Comments
 (0)