summaryrefslogtreecommitdiff
path: root/Doc/howto/functional.rst
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2007-12-14 22:41:18 +0000
committerAndrew M. Kuchling <amk@amk.ca>2007-12-14 22:41:18 +0000
commitb004e3f2e0f01fcc7313e510b1be576fb3e663f6 (patch)
treedb1df4452ebd552c5662ee32e41bd982401dbebc /Doc/howto/functional.rst
parent86458172e92c3c0dd352953b93b96c0d736db22f (diff)
downloadcpython-b004e3f2e0f01fcc7313e510b1be576fb3e663f6.tar.gz
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 a7b53db268..50d4b04116 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