mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-08 17:13:56 +00:00
fix typo
This commit is contained in:
parent
cc601a7e0d
commit
f750ea13f5
1 changed files with 1 additions and 1 deletions
|
|
@ -78,7 +78,7 @@ def warn_deprecated(message, warning=DeprecationWarning, stacklevel=2):
|
|||
|
||||
def renamed_argument(old_name: str, new_name: str, until_version: str, stacklevel: int = 3):
|
||||
"""
|
||||
A meta-decorator to mark some arguments in function as deprecated.
|
||||
A meta-decorator to mark an argument as deprecated.
|
||||
|
||||
.. code-block:: python3
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue