Table of Contents
string
re
struct
difflib
StringIO
cStringIO
textwrap
textwrap.TextWrapper
codecs
encodings
encodings.idna
encodings.utf_8_sig
unicodedata
stringprep
fpformat
TextWrapper.
fill
Reformat the single paragraph in ‘text’ to fit in lines of no more than ‘self.width’ columns, and return a new string containing the entire wrapped paragraph.