summaryrefslogtreecommitdiff
path: root/Doc
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2011-08-20 22:18:47 +0000
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2011-08-20 22:18:47 +0000
commit61124e61a75f08dad76c2283b0aa2fe68e790302 (patch)
tree0a30ef743fb57cdec9b2dcdebbbc1d5174c75e0d /Doc
parent3099911397ea5946ab45add77842b77aa4137049 (diff)
downloadswig-61124e61a75f08dad76c2283b0aa2fe68e790302.tar.gz
documentation - consistency in shadow/proxy terminology
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12779 626c5289-ae23-0410-ae9c-e8d60b6d4f22
Diffstat (limited to 'Doc')
-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 165fa94cb..fa312c4f1 100644
--- a/Doc/Manual/Python.html
+++ b/Doc/Manual/Python.html
@@ -2153,7 +2153,7 @@ For example:
<p>
where the code passed to the "ref" and "unref" features will be
executed as needed whenever a new object is passed to python, or when
-python tries to release the shadow object instance, respectively.
+python tries to release the proxy object instance, respectively.
</p>
<p>