2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-22 05:22:45 +00:00

Fix typo thanks to "William Trenker" <wtrenker@hotmail.com>

[SVN r16657]
This commit is contained in:
Dave Abrahams
2002-12-18 21:12:02 +00:00
parent 0df5ebf0fa
commit b8edd99dbd

View File

@@ -93,7 +93,7 @@
<code>PyObject</code> or a <a href="definitions.html#POD">POD</a> type
whose initial <code>sizeof(PyObject)</code> bytes are layout-compatible
with <code>PyObject</code>. Use <code>handle&lt;&gt;</code> at the
boundary between tehe Python/'C' API and high-level code; prefer <code><a
boundary between the Python/'C' API and high-level code; prefer <code><a
href="object.html#object-spec">object</a></code> for a generalized
interface to Python objects.</p>