We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a98b611 commit f855534Copy full SHA for f855534
little-sisters-essay/string_methods.py
@@ -38,9 +38,7 @@ def clean_up_spacing(sentence: str) -> str:
38
return sentence.strip()
39
40
41
-def replace_word_choice(sentence: str,
42
- old_word: str,
43
- new_word: str) -> str:
+def replace_word_choice(sentence: str, old_word: str, new_word: str) -> str:
44
"""
45
Replace a word in the provided sentence with a new one.
46
0 commit comments