Skip to content

Commit

Permalink
impl
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com>
  • Loading branch information
jkowalleck committed Jul 4, 2024
1 parent 32c4bf3 commit 6474905
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions serializable/_xml.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@


def normalizedString(s: str) -> str:
return _normalized_string_forbitten.sub(
_normalized_string_replace,
return _normalized_string_forbitten_search.sub(
_normalized_string_forbitten_replace,
s)

# endregion
Expand Down

0 comments on commit 6474905

Please sign in to comment.