From 83a264f9ab55bac33d5a5900ad47939dff541205 Mon Sep 17 00:00:00 2001 From: Si Nguyen Date: Tue, 16 Nov 2021 16:06:16 +0700 Subject: [PATCH] Update source.py --- 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 7fc7b23a..7f4d619f 100644 --- a/py/_code/source.py +++ b/py/_code/source.py @@ -16,7 +16,7 @@ class Source(object): - """ a immutable object holding a source code fragment, + """ an immutable object holding a source code fragment, possibly deindenting it. """ _compilecounter = 0