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 64711c8 commit c65e8d7Copy full SHA for c65e8d7
language_tool_python/download_lt.py
@@ -76,6 +76,7 @@ def confirm_java_compatibility(language_tool_version: Optional[str] = LTP_DOWNLO
76
It raises an error if Java is not installed or if the version is incompatible.
77
78
:param language_tool_version: The version of LanguageTool to check compatibility for.
79
+ :type language_tool_version: Optional[str]
80
:raises ModuleNotFoundError: If no Java installation is detected.
81
:raises SystemError: If the detected Java version is less than the required version.
82
"""
0 commit comments