We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f7f134f + 1c8ea11 commit 64fb689Copy full SHA for 64fb689
2 files changed
.github/workflows/markdownlint.yml
@@ -28,7 +28,7 @@ jobs:
28
with:
29
fetch-depth: 0
30
31
- - uses: DavidAnson/markdownlint-cli2-action@v23
+ - uses: DavidAnson/markdownlint-cli2-action@v23.1.0
32
33
globs: |
34
**/*.md
pythainlp/soundex/sound.py
@@ -28,7 +28,6 @@ def _clean_ipa(ipa: str) -> str:
.replace("˨˩", "")
.replace("˦˥", "")
.replace("˧", "")
- .replace("˧", "")
.replace(" .", ".")
.replace(". ", ".")
.strip()
0 commit comments