summaryrefslogtreecommitdiffstats
path: root/Doc/howto/functional.rst
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2007-12-14 22:41:18 (GMT)
committerAndrew M. Kuchling <amk@amk.ca>2007-12-14 22:41:18 (GMT)
commitdf2d745f38c32b76590cd680f43764e2622673e0 (patch)
treee4f9492b314c28d0ebfd571012120517e140b83e /Doc/howto/functional.rst
parente846f38c77f08dba5efd5497d28c741434153a69 (diff)
downloadcpython-df2d745f38c32b76590cd680f43764e2622673e0.zip
cpython-df2d745f38c32b76590cd680f43764e2622673e0.tar.gz
cpython-df2d745f38c32b76590cd680f43764e2622673e0.tar.bz2
Remove warning about URL
Diffstat (limited to 'Doc/howto/functional.rst')
-rw-r--r--Doc/howto/functional.rst4
1 files changed, 1 insertions, 3 deletions
diff --git a/Doc/howto/functional.rst b/Doc/howto/functional.rst
index a7b53db..50d4b04 100644
--- a/Doc/howto/functional.rst
+++ b/Doc/howto/functional.rst
@@ -6,9 +6,7 @@
:Release: 0.30
(This is a first draft. Please send comments/error reports/suggestions to
-amk@amk.ca. This URL is probably not going to be the final location of the
-document, so be careful about linking to it -- you may want to add a
-disclaimer.)
+amk@amk.ca.)
In this document, we'll take a tour of Python's features suitable for
implementing programs in a functional style. After an introduction to the