Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c54eec3

Browse files
committed
Merged revisions 79763 via svnmerge from
svn+ssh://[email protected]/python/trunk ........ r79763 | benjamin.peterson | 2010-04-04 18:03:22 -0500 (Sun, 04 Apr 2010) | 1 line fix tabs ........
1 parent bf92b7f commit c54eec3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Python/structmember.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ PyMember_SetOne(char *addr, PyMemberDef *l, PyObject *v)
267267
break;
268268
}
269269
case T_STRING:
270-
case T_STRING_INPLACE:
270+
case T_STRING_INPLACE:
271271
PyErr_SetString(PyExc_TypeError, "readonly attribute");
272272
return -1;
273273
#ifdef HAVE_LONG_LONG

0 commit comments

Comments
 (0)