From 863ac44b74cd66f7d289748816d65c65808c149b Mon Sep 17 00:00:00 2001 From: Tim Peters Date: Tue, 16 Apr 2002 01:38:40 +0000 Subject: Whitespace normalization. --- Lib/fileinput.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Lib/fileinput.py') diff --git a/Lib/fileinput.py b/Lib/fileinput.py index 77487edd70..2f17dc8892 100644 --- a/Lib/fileinput.py +++ b/Lib/fileinput.py @@ -183,7 +183,7 @@ class FileInput: if not line: raise StopIteration return line - + def __getitem__(self, i): if i != self._lineno: raise RuntimeError, "accessing lines out of order" -- cgit v1.2.1