Skip to content

Commit

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

def string_transformer(s: str) -> str:
"""
String transformer.
Transform string.
Given a string, return a new string that has
transformed based on the input:
Expand Down

0 comments on commit e7168bb

Please sign in to comment.