From 571d1c1c6814b13fcd2969ad2ff9032f22d4648d Mon Sep 17 00:00:00 2001 From: necoro <> Date: Mon, 2 Oct 2006 16:21:45 +0000 Subject: Corrected indention in comment --- geneticone/helper.py | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) (limited to 'geneticone/helper.py') diff --git a/geneticone/helper.py b/geneticone/helper.py index f951700..7ceede8 100644 --- a/geneticone/helper.py +++ b/geneticone/helper.py @@ -13,14 +13,12 @@ import traceback, textwrap, os.path def debug(*args, **kwargs): """Prints a debug message including filename and lineno. - - A variable number of positional arguments are allowed. If - lineno(obj0, obj1, obj2) - is called, the text part of the output looks like the output from - print obj0, obj1, obj2 - The optional keyword "wrap" causes the message to be line-wrapped. The - argument to "wrap" should be "1" or "True". "name" is another optional - keyword parameter. + A variable number of positional arguments are allowed. + If lineno(obj0, obj1, obj2) is called, the text part of the output + looks like the output from print obj0, obj1, obj2 . + The optional keyword "wrap" causes the message to be line-wrapped. The + argument to "wrap" should be "1" or "True". "name" is another optional + keyword parameter. (This function is adapted from Edward Jones as published under: http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/279155)""" -- cgit v1.2.3-54-g00ecf