commit b3fd42c5bbb840916d7c950f1a0e0c8bbe976b39 parent 379751ea9afb8e192fb2dc76edb8b6c9146d4aa0 Author: Andrew D. Laack <andrew@laack.co> Date: Thu, 19 Jun 2025 20:32:27 -0500 Update README.md Diffstat:
| M | README.md | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md @@ -82,7 +82,7 @@ command = "xargs -n1 awk 'length($0) > 88'" ``` -This is an example of an `awk` command being used to print each line that has more than 88 characters (the default for [black](https://github.com/psf/black). As these are printed, they are counted as infractions. +This is an example of an `awk` command being used to print each line that has more than 88 characters (this is the default line-length for [black](https://github.com/psf/black)). As these are printed, they are counted as infractions. ## Updating Ratchets