Commit 200a5805 authored by Tim Peters's avatar Tim Peters

Whitespace normalization.

parent 4d7cad11
...@@ -88,7 +88,7 @@ _state = None ...@@ -88,7 +88,7 @@ _state = None
DEFAULT_BUFSIZE = 8*1024 DEFAULT_BUFSIZE = 8*1024
def input(files=None, inplace=0, backup="", bufsize=0, def input(files=None, inplace=0, backup="", bufsize=0,
mode="r", openhook=None): mode="r", openhook=None):
"""input([files[, inplace[, backup[, mode[, openhook]]]]]) """input([files[, inplace[, backup[, mode[, openhook]]]]])
...@@ -194,7 +194,7 @@ class FileInput: ...@@ -194,7 +194,7 @@ class FileInput:
sequential order; random access and readline() cannot be mixed. sequential order; random access and readline() cannot be mixed.
""" """
def __init__(self, files=None, inplace=0, backup="", bufsize=0, def __init__(self, files=None, inplace=0, backup="", bufsize=0,
mode="r", openhook=None): mode="r", openhook=None):
if isinstance(files, basestring): if isinstance(files, basestring):
files = (files,) files = (files,)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment