Skip to content

Commit 3ee0266

Browse files
committed
Add the name of the module to FormatterItem
1 parent ff5651c commit 3ee0266

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Objects/stringlib/unicode_format.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1001,7 +1001,7 @@ static PyStructSequence_Field formatter_iter_result_fields[] = {
10011001
static PyTypeObject FormatterIterResultType;
10021002

10031003
static PyStructSequence_Desc formatter_iter_result_desc = {
1004-
"FormatterItem",
1004+
"string.FormatterItem",
10051005
NULL,
10061006
formatter_iter_result_fields,
10071007
4

0 commit comments

Comments
 (0)