Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/alkorgun/blacksmith-2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'expansions/wtf/insc.py')
-rw-r--r--expansions/wtf/insc.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/expansions/wtf/insc.py b/expansions/wtf/insc.py
index 690dc48..8ac3b0a 100644
--- a/expansions/wtf/insc.py
+++ b/expansions/wtf/insc.py
@@ -14,7 +14,7 @@ if DefLANG in ("RU", "UA"):
"Определение «%s» уже есть в глобальной базе.", # 9
"Не существует локальной базы для ростера.", # 10
"\->\n" # -1
- )])
+ )])
else:
AnsBase_temp = (
"There are %d definition(s) in global base:\n%s", # 0
@@ -29,4 +29,4 @@ else:
"'%s' is already in the global base.", # 9
"There is no local base for the roster.", # 10
"\->\n" # -1
- ) \ No newline at end of file
+ ) \ No newline at end of file