From 3f243b14ab5e2caf2d1f162281a63c917256f981 Mon Sep 17 00:00:00 2001 From: "Tyler C Laprade, CFA" Date: Wed, 15 Nov 2023 11:03:20 +0545 Subject: [PATCH] Fix incorrect grammar in README (#307) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4d78fd7..2b0a214 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ $ refurb file.py folder/ ``` > **Note** -> Refurb must be ran on Python 3.10+, though it can check Python 3.7+ code by setting the `--python-version` flag. +> Refurb must be run on Python 3.10+, though it can check Python 3.7+ code by setting the `--python-version` flag. ## Explanations For Checks