summaryrefslogtreecommitdiff
path: root/Examples/python/reference
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2006-07-04 20:48:08 +0000
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2006-07-04 20:48:08 +0000
commit5e638de46cf809391fe4719f02a803fb6dded3c7 (patch)
tree24669185241d0bec3e1fc31535faa2b59b2ac6b6 /Examples/python/reference
parentdfc9ab8ff3636fcb2393362952d110db5afaf3a6 (diff)
downloadswig-5e638de46cf809391fe4719f02a803fb6dded3c7.tar.gz
Correct some comments
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@9185 626c5289-ae23-0410-ae9c-e8d60b6d4f22
Diffstat (limited to 'Examples/python/reference')
-rw-r--r--Examples/python/reference/runme.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Examples/python/reference/runme.py b/Examples/python/reference/runme.py
index 10a2dee12..996b63bd2 100644
--- a/Examples/python/reference/runme.py
+++ b/Examples/python/reference/runme.py
@@ -1,4 +1,4 @@
-# file: example.py
+# file: runme.py
# This file illustrates the manipulation of C++ references in Python
# This uses the low-level interface. Shadow classes work differently.