I think this is supposed to be immutable
--HG-- branch : trunk
This commit is contained in:
parent
1c9760d123
commit
99af33b26d
|
@ -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):
|
||||
|
|
Loading…
Reference in New Issue