Skip to content

Commit c65e8d7

Browse files
committed
docs: adding a missing type for a parameter
1 parent 64711c8 commit c65e8d7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

language_tool_python/download_lt.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ def confirm_java_compatibility(language_tool_version: Optional[str] = LTP_DOWNLO
7676
It raises an error if Java is not installed or if the version is incompatible.
7777
7878
:param language_tool_version: The version of LanguageTool to check compatibility for.
79+
:type language_tool_version: Optional[str]
7980
:raises ModuleNotFoundError: If no Java installation is detected.
8081
:raises SystemError: If the detected Java version is less than the required version.
8182
"""

0 commit comments

Comments
 (0)