Skip to content
This repository was archived by the owner on May 2, 2023. It is now read-only.

Commit 7738916

Browse files
Fixed parse_reduced_types() function
1 parent 4c52ebe commit 7738916

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/create-changelog.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def parse_reduced_types(release, item_type):
5151
reduced_items.append(f"- [{key}]({value['Documentation']})\n")
5252
for region in value["Reduced"]:
5353
reduced_items.append(f" - `{region}`\n")
54-
useast1_missing_items[-1] += "\n"
54+
reduced_items[-1] += "\n"
5555

5656
return reduced_items
5757

0 commit comments

Comments
 (0)