We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ccc11c commit a31f117Copy full SHA for a31f117
pythainlp/tools/core.py
@@ -19,7 +19,8 @@ def warn_deprecation(
19
20
:param str deprecated_func: Name of the deprecated function.
21
:param str replacing_func: Name of the function to use instead (optional).
22
- :param str version: PyThaiNLP version in which the function will be deprecated (optional).
+ :param str deprecated_version: PyThaiNLP version in which the function will be deprecated (optional).
23
+ :param str removal_version: PyThaiNLP version in which the function will be removed (optional).
24
"""
25
message = f"The '{deprecated_func}' function is deprecated"
26
if deprecated_version:
0 commit comments