Skip to content

Commit 40a2c67

Browse files
committed
Update core.py
1 parent 88afae5 commit 40a2c67

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pythainlp/tools/core.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ def warn_deprecation(
1919
2020
:param str deprecated_func: Name of the deprecated function.
2121
:param str replacing_func: Name of the function to use instead (optional).
22-
: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).
22+
:param str deprecated_version: Version in which the function will be deprecated (optional).
23+
:param str removal_version: Version in which the function will be removed (optional).
2424
"""
2525
message = f"The '{deprecated_func}' function is deprecated"
2626
if deprecated_version:

0 commit comments

Comments
 (0)