From 3a12c88fb085cd2b6bc0c6b2d349e0e473c84b6a Mon Sep 17 00:00:00 2001 From: Alexandr Artemyev Date: Mon, 15 Mar 2021 13:34:39 +0300 Subject: [PATCH] Fix CONTRIBUTING.md typo --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 3543fbc8..0c206e03 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -26,7 +26,7 @@ nvm use After installing the non-Python dependencies, its as easy as calling: ```shell -python setyp.py develop +python setup.py develop ``` ## Tests