From 99af33b26dd932e833f2f3d09a4a31ee8a10267a Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Thu, 3 Sep 2009 17:14:12 -0500 Subject: [PATCH] I think this is supposed to be immutable --HG-- branch : trunk --- py/code/source.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/py/code/source.py b/py/code/source.py index 2cd1e1603..609524ba2 100644 --- a/py/code/source.py +++ b/py/code/source.py @@ -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):