8000 Update Objects/unicodeobject.c · python/cpython@2a2cfb3 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2a2cfb3

Browse files
Update Objects/unicodeobject.c
Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
1 parent 0be010f commit 2a2cfb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Objects/unicodeobject.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9276,7 +9276,7 @@ tailmatch(PyObject *self,
92769276
PyUnicode_READ(kind_sub, data_sub, end_sub);
92779277

92789278
if (match_last) {
9279-
if (end_sub==0) {
9279+
if (end_sub == 0) {
92809280
return 1;
92819281
}
92829282
/* If both are of the same kind, memcmp is sufficient */

0 commit comments

Comments
 (0)
0