Changeset 391 for python/trunk/Doc/library/formatter.rst
- Timestamp:
- Mar 19, 2014, 11:31:01 PM (11 years ago)
- Location:
- python/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
python/trunk
-
Property svn:mergeinfo
set to
/python/vendor/Python-2.7.6 merged eligible /python/vendor/current merged eligible
-
Property svn:mergeinfo
set to
-
python/trunk/Doc/library/formatter.rst
r2 r391 342 342 343 343 344 .. class:: DumbWriter( [file[, maxcol=72]])344 .. class:: DumbWriter(file=None, maxcol=72) 345 345 346 346 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-wrapped347 or, if *file* is None, on standard output. The output is simply word-wrapped 348 348 to the number of columns specified by *maxcol*. This class is suitable for 349 349 reflowing a sequence of paragraphs.
Note:
See TracChangeset
for help on using the changeset viewer.