[svn r37736] cosmetic docstring change
--HG-- branch : trunk
This commit is contained in:
parent
646d4f93e1
commit
16fae5ed73
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue