Skip to content

Commit 15daf5c

Browse files
committed
fix TK_VERSION
1 parent c97de13 commit 15daf5c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)