diff --git a/doc/v2/handle.html b/doc/v2/handle.html index eba16a85..947bc82c 100644 --- a/doc/v2/handle.html +++ b/doc/v2/handle.html @@ -93,7 +93,7 @@ PyObject or a POD type whose initial sizeof(PyObject) bytes are layout-compatible with PyObject. Use handle<> at the - boundary between tehe Python/'C' API and high-level code; prefer object for a generalized interface to Python objects.