aboutsummaryrefslogtreecommitdiff
path: root/Examples/python/extend/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'Examples/python/extend/index.html')
-rw-r--r--Examples/python/extend/index.html2
1 files changed, 0 insertions, 2 deletions
diff --git a/Examples/python/extend/index.html b/Examples/python/extend/index.html
index fe1bf9a1a..959e8c63b 100644
--- a/Examples/python/extend/index.html
+++ b/Examples/python/extend/index.html
@@ -11,8 +11,6 @@
<H2>Extending a simple C++ class in Python</H2>
-<tt>$Header$</tt><br>
-
<p>
This example illustrates the extending of a C++ class with cross language polymorphism.