Skip to content

Commit

Permalink
Update order.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ikostan committed Dec 18, 2024
1 parent 9dafa55 commit c74dcec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kyu_6/your_order_please/order.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

def order(sentence: str) -> str:
"""
Sorts a given string by following rules:
Sort a given string by following rules:
1. Each word in the string will contain a single number.
This number is the position the word should have in the result.
Expand Down

0 comments on commit c74dcec

Please sign in to comment.