8000 fix TK_VERSION · RustPython/RustPython@bb48456 · GitHub
[go: up one dir, main page]

Skip to content

Commit bb48456

Browse files
committed
fix TK_VERSION
1 parent edc3570 commit bb48456

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/src/tkinter.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ mod _tkinter {
88
use tk::cmd::*;
99

1010
#[pyattr]
11-
const TK_VERSION: &str = "8.6.12";
11+
const TK_VERSION: &str = "8.6";
1212
#[pyattr]
1313
const TCL_VERSION: &str = "8.6";
1414

0 commit comments

Comments
 (0)
0