Skip to content

Commit a2b8bed

Browse files
committed
Fix incorrect type hint in README function list
1 parent 3b30d08 commit a2b8bed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ FUNCTIONS
370370
jvm_started() -> bool
371371
Return true iff a Java virtual machine (JVM) has been started.
372372

373-
jvm_version() -> str
373+
jvm_version() -> tuple[int, ...]
374374
Gets the version of the JVM as a tuple, with each dot-separated digit
375375
as one element. Characters in the version string beyond only numbers
376376
and dots are ignored, in line with the java.version system property.

0 commit comments

Comments
 (0)