Commit 6a4e17e3 authored by Roman Alifanov's avatar Roman Alifanov

fix typo

parent 7fcca8d3
......@@ -196,7 +196,7 @@ class NewSectionStrategy(SectionStrategy):
class SectionFactory:
def __init__(self):
self.strategies = {
'classic': ClassicSectionStrategy(),\
'classic': ClassicSectionStrategy(),
}
def create_section(self, section_data):
......@@ -291,3 +291,4 @@ class TuneitWindow(Adw.ApplicationWindow):
if not self.main_pagestack:
print("Ошибка: main_pagestack не найден.")
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment