[code.view]

[top] / python / PyMOTW / textwrap / textwrap_fill.py

     #!/usr/bin/env python
     # encoding: utf-8
     #
     # Copyright (c) 2008 Doug Hellmann All rights reserved.
     #
     """
     """
     
     __version__ = "$Id$"
     #end_pymotw_header
     
     import textwrap
     from textwrap_example import sample_text
     
     print 'No dedent:\n'
     print textwrap.fill(sample_text)
     

[top] / python / PyMOTW / textwrap / textwrap_fill.py

contact | logmethods.com