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/note/insc.py')
-rw-r--r--expansions/note/insc.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/expansions/note/insc.py b/expansions/note/insc.py
index caff575..5f6a712 100644
--- a/expansions/note/insc.py
+++ b/expansions/note/insc.py
@@ -11,7 +11,7 @@ if DefLANG in ("RU", "UA"):
"Твои записи:\n", # 6
"Запись добавлена под номером - %s.", # 7
"Эта строка итак пуста." # 8
- )])
+ )])
else:
AnsBase_temp = (
"Your note is empty.", # 0
@@ -23,4 +23,4 @@ else:
"Your notes:\n", # 6
"Recorded in line - %s.", # 7
"This line is already empty." # 8
- ) \ No newline at end of file
+ ) \ No newline at end of file