aboutsummaryrefslogtreecommitdiff
path: root/Doc/Manual
diff options
context:
space:
mode:
authorOlly Betts <olly@survex.com>2012-05-31 04:12:17 +0000
committerOlly Betts <olly@survex.com>2012-05-31 04:12:17 +0000
commit8fe63be0517ed21a8545bbe21b62d461830ceff6 (patch)
tree82bde9fcb3bfa7e1bbf80b910372cbfa9fa55524 /Doc/Manual
parentc47fd5fdd5763ae85d05c6c49bf781a2ad24dceb (diff)
downloadswig-8fe63be0517ed21a8545bbe21b62d461830ceff6.tar.gz
Fix doc typo
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@13137 626c5289-ae23-0410-ae9c-e8d60b6d4f22
Diffstat (limited to 'Doc/Manual')
-rw-r--r--Doc/Manual/Python.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Manual/Python.html b/Doc/Manual/Python.html
index f718f981f..bd48a37f2 100644
--- a/Doc/Manual/Python.html
+++ b/Doc/Manual/Python.html
@@ -2345,7 +2345,7 @@ doesn't know how to add an instance of <tt>MyString</tt> to itself.
</li>
<li><p>If you have multiple SWIG modules that share type information (<a href="Modules.html#Modules_nn2">more info</a>),
-the <tt>-builtin</tt> option requiress a bit of extra discipline to ensure that base classes are initialized before derived classes. Specifically:</p>
+the <tt>-builtin</tt> option requires a bit of extra discipline to ensure that base classes are initialized before derived classes. Specifically:</p>
<ul>
<li><p>There must be an unambiguous dependency graph for the modules.</p></li>
<li><p>Module dependencies must be explicitly stated with <tt>%import</tt> statements in the SWIG interface file.</p>