The fundamentals...

Neil Schemenauer nas at arctrix.com
Wed Jan 24 12:27:30 EST 2001


On Wed, Jan 24, 2001 at 08:58:46AM -0800, Neil Schemenauer wrote:
> So you can do:
> 
>     boo = string.replace(". ", "\n")

That should be:

      boo = string.replace(boo, ". ", "\n")
 




More information about the Python-list mailing list