From 8d32244fcc5925156d2983f2c55662e70977793d Mon Sep 17 00:00:00 2001 From: backwardspy Date: Wed, 26 Oct 2022 23:39:34 +0100 Subject: [PATCH] docs: fix typo in python readme --- python/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python/README.md b/python/README.md index f9a3e64..cc5b692 100644 --- a/python/README.md +++ b/python/README.md @@ -58,8 +58,8 @@ poetry install ### Code Standards -Before committing changes, it is recommended to run the follow tools to ensure -consistency in the codebase. +Before committing changes, it is recommended to run the following tools to +ensure consistency in the codebase. ```bash isort .