Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit a6a442d

Browse filesBrowse files
authored
DOC: word choice in error message
1 parent a6cbf32 commit a6a442d
Copy full SHA for a6a442d

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎src/_tkagg.cpp

Copy file name to clipboardExpand all lines: src/_tkagg.cpp
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ PYBIND11_MODULE(_tkagg, m, py::mod_gil_not_used())
356356
}
357357

358358
if (!(TCL_SETVAR || TCL_SETVAR2)) {
359-
throw py::import_error("Failed to load Tcl_SetVar and Tcl_SetVar2");
359+
throw py::import_error("Failed to load Tcl_SetVar or Tcl_SetVar2");
360360
} else if (!TK_FIND_PHOTO) {
361361
throw py::import_error("Failed to load Tk_FindPhoto");
362362
} else if (!TK_PHOTO_PUT_BLOCK) {

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.