diff options
author | Tim Peters <tim.peters@gmail.com> | 2001-01-14 23:36:06 +0000 |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2001-01-14 23:36:06 +0000 |
commit | 93fd3db8be692fc82200493b56fc8b223f3bb07e (patch) | |
tree | 93ac28110c30853822ba273571ccd3874d149904 /Lib/formatter.py | |
parent | e10d75565e88b96e3e46387b605bea95179b791c (diff) | |
download | cpython-93fd3db8be692fc82200493b56fc8b223f3bb07e.tar.gz |
Whitespace normalization.
Diffstat (limited to 'Lib/formatter.py')
-rw-r--r-- | Lib/formatter.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Lib/formatter.py b/Lib/formatter.py index 4d6a1292ef..359975b368 100644 --- a/Lib/formatter.py +++ b/Lib/formatter.py @@ -9,13 +9,13 @@ controlled via formatter objects are horizontal alignment, font, and left margin indentations. A mechanism is provided which supports providing arbitrary, non-exclusive style settings to a writer as well. Additional interfaces facilitate formatting events which are not reversible, such as -paragraph separation. +paragraph separation. Writer objects encapsulate device interfaces. Abstract devices, such as file formats, are supported as well as physical devices. The provided implementations all work with abstract devices. The interface makes available mechanisms for setting the properties which formatter objects -manage and inserting data into the output. +manage and inserting data into the output. """ import string |