diff options
Diffstat (limited to 'as_string.py')
-rw-r--r-- | as_string.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/as_string.py b/as_string.py index 3eeda096..1e57f0ed 100644 --- a/as_string.py +++ b/as_string.py @@ -30,7 +30,8 @@ # You should have received a copy of the GNU Lesser General Public License along # with logilab-astng. If not, see <http://www.gnu.org/licenses/>. """This module renders ASTNG nodes to string representation. -It will probably not work on compiler.ast or _ast trees. + +It will probably not work on bare _ast trees. """ import sys |