Skip to content

Commit e99d875

Browse files
committed
Fix style
1 parent b65a7fd commit e99d875

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Objects/exceptions.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2718,7 +2718,7 @@ AttributeError_str(PyObject *op)
27182718
ret = BaseException_str(op);
27192719
} else {
27202720
ret = PyUnicode_FromFormat("%R has no attribute '%U'",
2721-
self->obj, self->name);
2721+
self->obj, self->name);
27222722
}
27232723
Py_END_CRITICAL_SECTION();
27242724
return ret;

0 commit comments

Comments
 (0)