Skip to content

Commit

Permalink
DOC: word choice in error message
Browse files Browse the repository at this point in the history
  • Loading branch information
tacaswell authored Nov 15, 2024
1 parent a6cbf32 commit a6a442d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/_tkagg.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ PYBIND11_MODULE(_tkagg, m, py::mod_gil_not_used())
}

if (!(TCL_SETVAR || TCL_SETVAR2)) {
throw py::import_error("Failed to load Tcl_SetVar and Tcl_SetVar2");
throw py::import_error("Failed to load Tcl_SetVar or Tcl_SetVar2");
} else if (!TK_FIND_PHOTO) {
throw py::import_error("Failed to load Tk_FindPhoto");
} else if (!TK_PHOTO_PUT_BLOCK) {
Expand Down

0 comments on commit a6a442d

Please sign in to comment.