Skip to content

Commit

Permalink
Rename midddleware to middleware in examples.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Poklonsky committed Jun 23, 2022
1 parent 7994a80 commit dd8125c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
from telebot import types
from telebot.async_telebot import AsyncTeleBot
from telebot.asyncio_filters import TextMatchFilter, TextFilter
from i18n_base_midddleware import I18N
from i18n_base_middleware import I18N
from telebot.asyncio_storage.memory_storage import StateMemoryStorage


Expand Down
2 changes: 1 addition & 1 deletion examples/middleware/class_based/i18n_middleware/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
from typing import Union

import keyboards
from i18n_base_midddleware import I18N
from i18n_base_middleware import I18N
from telebot import TeleBot
from telebot import types, StateMemoryStorage
from telebot.custom_filters import TextMatchFilter, TextFilter
Expand Down

0 comments on commit dd8125c

Please sign in to comment.