Skip to content

Commit

Permalink
Merge pull request #10 from timgates42/bugfix_typo_highest
Browse files Browse the repository at this point in the history
docs: fix simple typo, higest -> highest
  • Loading branch information
laurentluce committed Feb 2, 2023
2 parents e565d73 + 6a82a4c commit 04a4753
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion algorithms/list.py
Expand Up @@ -24,7 +24,7 @@ def find_int(i, lst):


def find_max_sub(lst):
"""Find subset with higest sum.
"""Find subset with highest sum.
Example: [-2, 3, -4, 5, 1, -5] -> (3,4), 6
@param lst list
Expand Down

0 comments on commit 04a4753

Please sign in to comment.