From df2d745f38c32b76590cd680f43764e2622673e0 Mon Sep 17 00:00:00 2001 From: "Andrew M. Kuchling" Date: Fri, 14 Dec 2007 22:41:18 +0000 Subject: [PATCH] Remove warning about URL --- Doc/howto/functional.rst | 4 +--- 1 file changed, 1 insertion(+), 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 -- 2.50.1