html fixes

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@6632 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2004-11-02 22:13:39 +00:00
commit 3ef946d2d1
13 changed files with 51 additions and 51 deletions

View file

@ -51,8 +51,8 @@ the steps look like this (Linux):
% python
Python 1.5.2 (#3, Oct 9 1999, 22:09:34) [GCC 2.95.1 19990816 (release)] on linux2
Copyright 1991-1995 Stichting Mathematisch Centrum, Amsterdam
>>> import interface
>>> interface.blah(...)
>>> import interface
>>> interface.blah(...)
...
</pre>
</blockquote>