Skip to content

Commit fa1f050

Browse files
chrimahoCopilot
andauthored
Fix typo in generators module
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent d4f4e06 commit fa1f050

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/toolbox_python/generators.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ def generate_group_cutoffs(
161161
# Calculate the size of each group
162162
group_size: int = total_number // num_groups
163163

164-
# List to store al group cutoffs
164+
# List to store all group cutoffs
165165
cutoffs: list[tuple[int, int]] = []
166166

167167
# Calculate the number of items that will be in the last group

0 commit comments

Comments
 (0)