Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit7636e3d

Browse files
authored
remove the tailing empty str in dictutils.py
1 parent9c32adf commit7636e3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎dictutils.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ def compile_stardict (self, dictionary, filename, title):
194194
text=text+translation
195195
exchange=self.word_exchange(data,0)
196196
ifexchange:
197-
text=text+'\n\n'+exchange+''
197+
text=text+'\n\n'+exchange
198198
iftag:
199199
text=text+'\n'+'('+tag+')'
200200
out[word]=text

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp