summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Objects/unicodeobject.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Objects/unicodeobject.c b/Objects/unicodeobject.c
index a0d3056b7f..98da9b304d 100644
--- a/Objects/unicodeobject.c
+++ b/Objects/unicodeobject.c
@@ -11589,7 +11589,7 @@ unicode_repr(PyObject *unicode)
}
}
/* Closing quote already added at the beginning */
- assert(_PyUnicode_CheckConsistency(unicode, 1));
+ assert(_PyUnicode_CheckConsistency(repr, 1));
return repr;
}