From a6a442d3f67e92893e7bd8fa0187b9bf755bb401 Mon Sep 17 00:00:00 2001 From: Thomas A Caswell Date: Fri, 15 Nov 2024 14:11:34 -0500 Subject: [PATCH] DOC: word choice in error message --- src/_tkagg.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/_tkagg.cpp b/src/_tkagg.cpp index 1afe19ab417f..bfb19cc476ea 100644 --- a/src/_tkagg.cpp +++ b/src/_tkagg.cpp @@ -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) {