From 60463b99b414735a02bf12badda313d302b3c6a7 Mon Sep 17 00:00:00 2001 From: Akash Kumar Singh Date: Wed, 20 Mar 2024 00:10:23 +0530 Subject: [PATCH] Grammer correction (#1206) Grammer correction --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 337fa8e71..7bb6b2277 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.