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

Skip to content

Commit 8f53ded

Browse files
committed
untabify
1 parent b7ee47b commit 8f53ded

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Objects/stringobject.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4490,9 +4490,9 @@ PyString_Format(PyObject *format, PyObject *args)
44904490
else {
44914491
iobj = PyNumber_Int(v);
44924492
if (iobj==NULL) {
4493-
PyErr_Clear();
4494-
iobj = PyNumber_Long(v);
4495-
}
4493+
PyErr_Clear();
4494+
iobj = PyNumber_Long(v);
4495+
}
44964496
}
44974497
if (iobj!=NULL) {
44984498
if (PyInt_Check(iobj)) {

0 commit comments

Comments
 (0)