Skip to content

Commit f9445f3

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 2cff0b4 commit f9445f3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

strings/reverse_words_in_sentence.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
'fun is Python'
1212
"""
1313

14+
1415
def reverse_words_in_sentence(sentence: str) -> str:
1516
"""
1617
Reverse the order of words in a sentence.

0 commit comments

Comments
 (0)