diff options
-rw-r--r-- | Doc/howto/functional.rst | 4 |
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 |