summaryrefslogtreecommitdiffstats
path: root/Misc/FAQ
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1997-04-11 16:46:56 (GMT)
committerGuido van Rossum <guido@python.org>1997-04-11 16:46:56 (GMT)
commit5d88aa3a36fa07d1da800df3c4475ccb20145083 (patch)
treeff0a2c0cd133a44dca3fe035b3c999e245f01bc1 /Misc/FAQ
parent24c93591cdd202abeff3629f8ee92cf28711eead (diff)
downloadcpython-5d88aa3a36fa07d1da800df3c4475ccb20145083.zip
cpython-5d88aa3a36fa07d1da800df3c4475ccb20145083.tar.gz
cpython-5d88aa3a36fa07d1da800df3c4475ccb20145083.tar.bz2
Oops, added <URL:...> around the URL.
Diffstat (limited to 'Misc/FAQ')
-rw-r--r--Misc/FAQ2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/FAQ b/Misc/FAQ
index a5bf7b5..57c1737 100644
--- a/Misc/FAQ
+++ b/Misc/FAQ
@@ -1875,7 +1875,7 @@ type around a C structure (pointer) type will also work for C++
objects.
A useful automated approach (which also works for C) is SWIG:
-http://www.cs.utah.edu/~beazley/SWIG/.
+<URL:http://www.cs.utah.edu/~beazley/SWIG/>.
6. Python's design