aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkash Kumar Singh <akashkumarsingh11032001@gmail.com>2024-03-20 00:10:23 +0530
committerGitHub <noreply@github.com>2024-03-19 18:40:23 +0000
commit60463b99b414735a02bf12badda313d302b3c6a7 (patch)
treeaa447cb54d8cab50094e6493cb20af597f6a6e5a
parentc0908d043b45f082e6339cd767c28e6d697cb22e (diff)
downloadyapf-60463b99b414735a02bf12badda313d302b3c6a7.tar.gz
Grammer correction (#1206)
Grammer correction
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 337fa8e..7bb6b22 100644
--- a/README.md
+++ b/README.md
@@ -10,7 +10,7 @@
## Introduction
-YAPF is a Python formatter based off of [`clang-format`](https://clang.llvm.org/docs/ClangFormat.html)
+YAPF is a Python formatter based on [`clang-format`](https://clang.llvm.org/docs/ClangFormat.html)
(developed by Daniel Jasper). In essence, the algorithm takes the code and
calculates the best formatting that conforms to the configured style. It takes
away a lot of the drudgery of maintaining your code.