From 98d9fd3e68075ce6fe7642ed8793c1abee69edf6 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Mon, 28 Feb 2000 15:12:25 +0000 Subject: Simple changes by Gerrit Holl - move author acknowledgements out of docstrings into comments. --- Lib/code.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Lib/code.py') diff --git a/Lib/code.py b/Lib/code.py index 6d8c35cd1e7..5f65b7c9946 100644 --- a/Lib/code.py +++ b/Lib/code.py @@ -1,8 +1,9 @@ """Utilities needed to emulate Python's interactive interpreter. -Inspired by similar code by Jeff Epler and Fredrik Lundh. """ +# Inspired by similar code by Jeff Epler and Fredrik Lundh. + import sys import string -- cgit v1.2.3