From ce38b6ce0f1f0af3df15e66b7e3c9378f550610d Mon Sep 17 00:00:00 2001 From: Naman Gera Date: Thu, 8 Dec 2022 16:15:53 +0000 Subject: [PATCH] Update README.rst --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 35310f74..676fa084 100644 --- a/README.rst +++ b/README.rst @@ -26,7 +26,7 @@ It integrates the following tools: - which verifies all the things that CI does - If you use VSCode, it will run black, flake8, isort and mypy on save -The the related skeleton_ repo for this module contains the source +The related skeleton_ repo for this module contains the source code that can be merged into new or existing projects, and pulled from to keep them up to date. It can also serve as a working example for those who would prefer to cherry-pick.