Ignore:
Timestamp:
Mar 19, 2014, 11:31:01 PM (11 years ago)
Author:
dmik
Message:

python: Merge vendor 2.7.6 to trunk.

Location:
python/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • python/trunk

  • python/trunk/Doc/library/formatter.rst

    r2 r391  
    342342
    343343
    344 .. class:: DumbWriter([file[, maxcol=72]])
     344.. class:: DumbWriter(file=None, maxcol=72)
    345345
    346346   Simple writer class which writes output on the file object passed in as *file*
    347    or, if *file* is omitted, on standard output.  The output is simply word-wrapped
     347   or, if *file* is None, on standard output.  The output is simply word-wrapped
    348348   to the number of columns specified by *maxcol*.  This class is suitable for
    349349   reflowing a sequence of paragraphs.
Note: See TracChangeset for help on using the changeset viewer.