From 1ccd7c55db2438bd034e539f1ec032bbc031ea10 Mon Sep 17 00:00:00 2001 From: Micael Jarniac Date: Fri, 4 Sep 2026 18:58:34 -0300 Subject: [PATCH] Fix grammar in README.md section on updating files --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a556aba..7e2ab69 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,7 @@ def test_docstrings(example: CodeExample, eval_example: EvalExample): ### Updating files -As well as checking linting and print statements, are correct, we can also update files. +As well as checking if linting and print statements are correct, we can also update files. This requires the `--update-examples` flags **AND** use of the `format()` and `run_print_update()` methods.