summaryrefslogtreecommitdiff
path: root/Examples/tcl
diff options
context:
space:
mode:
Diffstat (limited to 'Examples/tcl')
-rw-r--r--Examples/tcl/class/example.i1
-rw-r--r--Examples/tcl/class/index.html4
2 files changed, 2 insertions, 3 deletions
diff --git a/Examples/tcl/class/example.i b/Examples/tcl/class/example.i
index 75700b305..fbdf7249f 100644
--- a/Examples/tcl/class/example.i
+++ b/Examples/tcl/class/example.i
@@ -7,4 +7,3 @@
/* Let's just grab the original header file here */
%include "example.h"
-
diff --git a/Examples/tcl/class/index.html b/Examples/tcl/class/index.html
index 5b09b7a9d..16dbeea4f 100644
--- a/Examples/tcl/class/index.html
+++ b/Examples/tcl/class/index.html
@@ -229,11 +229,11 @@ set Shapes_nshapes 13 # Set a static data member
<li>The low-level function interface is much faster than the high-level interface.
In fact, all the higher level interface does is call functions in the low-level interface.
-<li>SWIG *does* know how to properly perform upcasting of objects in an inheritance
+<li>SWIG <b>does</b> know how to properly perform upcasting of objects in an inheritance
hierarchy (including multiple inheritance). Therefore it is perfectly safe to pass
an object of a derived class to any function involving a base class.
-<li>C++ Namespaces - %nspace isn't yet supported for Python.
+<li>C++ Namespaces - %nspace isn't yet supported for Tcl.
</ul>