From 9a4d370ea221b13d7fff5e2120007986c08f85fb Mon Sep 17 00:00:00 2001 From: David Lord Date: Sat, 15 Apr 2023 07:39:35 -0700 Subject: [PATCH] fix typo --- CONTRIBUTING.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 5c122345..24daa729 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -121,7 +121,7 @@ First time setup in your local environment .. code-block:: text > py -3 -m venv .venv - > env\Scripts\activate + > .venv\Scripts\activate - Install the development dependencies, then install Flask in editable mode.