diff options
Diffstat (limited to 'Doc/howto/functional.rst')
-rw-r--r-- | Doc/howto/functional.rst | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Doc/howto/functional.rst b/Doc/howto/functional.rst index 76a4400..bfd2c96 100644 --- a/Doc/howto/functional.rst +++ b/Doc/howto/functional.rst @@ -5,9 +5,6 @@ :Author: A. M. Kuchling :Release: 0.31 -(This is a first draft. Please send comments/error reports/suggestions to -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 concepts of functional programming, we'll look at language features such as |