Fix more doubled word typos
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12040 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
51bbc83fdd
commit
3f47ff6988
12 changed files with 18 additions and 18 deletions
|
|
@ -1282,7 +1282,7 @@ something like this:
|
|||
<p>
|
||||
This object is actually a Python instance that has been wrapped around a pointer to the low-level
|
||||
C structure. This instance doesn't actually do anything--it just serves as a proxy.
|
||||
The pointer to the C object can be found in the the <tt>.this</tt>
|
||||
The pointer to the C object can be found in the <tt>.this</tt>
|
||||
attribute. For example:
|
||||
</p>
|
||||
|
||||
|
|
@ -3101,7 +3101,7 @@ customization features.
|
|||
|
||||
<p>Sometimes you may want to replace or modify the wrapper function
|
||||
that SWIG creates in the proxy <tt>.py</tt> file. The Python module
|
||||
in SWIG provides some features that enable you do do this. First, to
|
||||
in SWIG provides some features that enable you to do this. First, to
|
||||
entirely replace a proxy function you can use
|
||||
<tt>%feature("shadow")</tt>. For example:</p>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue