I think this is supposed to be immutable

--HG--
branch : trunk
This commit is contained in:
Benjamin Peterson 2009-09-03 17:14:12 -05:00
parent 1c9760d123
commit 99af33b26d
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ except ImportError:
class Source(object):
""" a mutable object holding a source code fragment,
""" a immutable object holding a source code fragment,
possibly deindenting it.
"""
def __init__(self, *parts, **kwargs):