From c74dcec2b40f207534a78d5d862de005327b4c2c Mon Sep 17 00:00:00 2001 From: Egor Kostan <20955183+ikostan@users.noreply.github.com> Date: Wed, 18 Dec 2024 15:02:16 -0800 Subject: [PATCH] Update order.py --- kyu_6/your_order_please/order.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.