From 8bbc9664f5554cdab47835b9fef110879d1f90c1 Mon Sep 17 00:00:00 2001 From: Ilya Kamen Date: Sun, 25 Aug 2024 10:02:24 +0200 Subject: [PATCH] Fix grammar and phrasing The very first sentence is quite an awkward english to me; I've asked claude and chatgpt and they both agree its not optimal. --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5eaf3a99..574d65a7 100644 --- a/README.md +++ b/README.md @@ -5,15 +5,14 @@ Introduction [![Backers on Open Collective](https://opencollective.com/redbaron/backers/badge.svg)](#backers) [![Sponsors on Open Collective](https://opencollective.com/redbaron/sponsors/badge.svg)](#sponsors) -RedBaron is a python library and tool powerful enough to be used into IPython -solely that intent to make the process of **writing code that modify source -code** as easy and as simple as possible. That include writing custom +"RedBaron is a Python library and tool powerful enough to be used in IPython. +It aims to make the process of writing code that modifies source code as easy and simple as possible." That includes writing custom refactoring, generic refactoring, tools, IDE or directly modifying you source code into IPython with a higher and more powerful abstraction than the advanced texts modification tools that you find in advanced text editors and IDE. -RedBaron guaranteed you that **it will only modify your code where you ask him +RedBaron guarantees you that **it will only modify your code where you ask him to**. To achieve this, it is based on [Baron](https://github.com/PyCQA/baron) a lossless [AST](https://en.wikipedia.org/wiki/Abstract_syntax_tree) for Python that guarantees the operation ast_to_code(code_to_ast(source_code)) == source_code.