Skip to content

Commit

Permalink
Update directions_reduction.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ikostan committed Dec 10, 2024
1 parent 0fba6c4 commit 615c0d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kyu_5/directions_reduction/directions_reduction.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def check_pairs(arr: list) -> bool:

def del_directions(i: int, arr: list) -> None:
"""
Remove directions from the list.
Remove directions from the list of direction.
:param i: int
:param arr:list
Expand Down

0 comments on commit 615c0d0

Please sign in to comment.