[svn r37736] cosmetic docstring change

--HG--
branch : trunk
This commit is contained in:
hpk 2007-02-01 15:35:07 +01:00
parent 646d4f93e1
commit 16fae5ed73
1 changed files with 2 additions and 2 deletions

View File

@ -4,8 +4,8 @@ import os
def dupfile(f, mode=None, buffering=0, raising=False):
""" return a new open file object that's a duplicate of f
mode is duplicated if not given, buffering controls
buffer size (defaulting to no buffering) and raising
mode is duplicated if not given, 'buffering' controls
buffer size (defaulting to no buffering) and 'raising'
defines whether an exception is raised when an incompatible
file object is passed in (if raising is False, the file
object itself will be returned)