projects
/
jiten-pai.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
66b53d9
)
* Fixed crash-by-typo intriduced in last commit.
author
Urban Wallasch
<urban.wallasch@freenet.de>
Wed, 23 Jun 2021 18:27:45 +0000
(20:27 +0200)
committer
Urban Wallasch
<urban.wallasch@freenet.de>
Wed, 23 Jun 2021 18:27:45 +0000
(20:27 +0200)
jiten-pai.py
patch
|
blob
|
history
diff --git
a/jiten-pai.py
b/jiten-pai.py
index e0ae68c2ab0e38e68da228396037b5972e870bc5..a8a01650362ad353bf3798af0c0d6d90fa1251db 100755
(executable)
--- a/
jiten-pai.py
+++ b/
jiten-pai.py
@@
-1271,7
+1271,7
@@
class jpMainWindow(QMainWindow):
QApplication.processEvents()
def _search_deinflected(self, inflist, dic, mode, limit):
- re_isnoun = re.compile(r'\(n
)
\)')
+ re_isnoun = re.compile(r'\(n\)')
result = []
ok = True
for inf in inflist: