From dbc10f0dc6b8062d64e77b2ba8191ff17d3bf056 Mon Sep 17 00:00:00 2001 From: Ray Zeng Date: Mon, 5 Aug 2019 16:45:34 -0700 Subject: [PATCH] Tweak wording of intro --- README.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index af2a1b4f..9f90231a 100644 --- a/README.rst +++ b/README.rst @@ -8,9 +8,9 @@ .. intro-start -LibCST is a Concrete Syntax Tree (CST) parser and serializer library for Python Code. -It parses Python 3.6 or Python 3.7 source code as a CST tree and keeps all formatting -detail (comments, whitespaces, parentheses, etc). It's useful for building automated +LibCST is a Concrete Syntax Tree (CST) parser and serializer library for Python. +It parses Python 3.6 or Python 3.7 source code as a CST tree that keeps all formatting +details (comments, whitespaces, parentheses, etc). It's useful for building automated refactoring (codemod) applications, code formatters, linters, etc. .. intro-end