diff --git a/kyu_6/your_order_please/order.py b/kyu_6/your_order_please/order.py index 578a57e60b1..84a112b8ca4 100644 --- a/kyu_6/your_order_please/order.py +++ b/kyu_6/your_order_please/order.py @@ -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.