From b8edd99dbdef6434f68c682126d06e733e17eb05 Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Wed, 18 Dec 2002 21:12:02 +0000 Subject: [PATCH] Fix typo thanks to "William Trenker" [SVN r16657] --- doc/v2/handle.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.