Skip to content

Commit 4831d1c

Browse files
committed
remove trailing whitespace
1 parent c89b9da commit 4831d1c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pythainlp/util/keyboard.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@
112112

113113
TH_SHIFT_QWERTY = [
114114
"%", "+", "๑", "๒", "๓", "๔", "ู", "฿", "๕", "๖", "๗", "๘", "๙",
115-
"๐", "\"", "ฎ", "ฑ", "ธ", "ํ", "๊", "ณ", "ฯ", "ญ", "ฐ", ",", "ฅ",
115+
"๐", "\"", "ฎ", "ฑ", "ธ", "ํ", "๊", "ณ", "ฯ", "ญ", "ฐ", ",", "ฅ",
116116
"ฤ", "ฆ", "ฏ", "โ", "ฌ", "็", "๋", "ษ", "ศ", "ซ", ".",
117117
"(", ")", "ฉ", "ฮ", "ฺ", "์", "?", "ฒ", "ฬ", "ฦ"
118118
]
@@ -171,7 +171,7 @@ def thai_keyboard_dist(c1: str, c2: str, shift_dist: float = 0.0) -> float:
171171
:param str c1: first character
172172
:param str c2: second character
173173
:param str shift_dist: return value if they're shifted
174-
:return: euclidean distance between two characters
174+
:return: euclidean distance between two characters
175175
:rtype: float
176176
177177
:Example:

0 commit comments

Comments
 (0)