Skip to content

Commit

Permalink
Grammer correction (#1206)
Browse files Browse the repository at this point in the history
Grammer correction
  • Loading branch information
AkashKumarSingh11032001 authored Mar 19, 2024
1 parent c0908d0 commit 60463b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 60463b9

Please sign in to comment.