Skip to content

Commit

Permalink
Merge pull request #1585 from Prikalel/master
Browse files Browse the repository at this point in the history
Rename `midddleware` to `middleware` in examples.
  • Loading branch information
Badiboy authored Jun 23, 2022
2 parents 7994a80 + dd8125c commit f96775e
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 f96775e

Please sign in to comment.