From 693b4f7437f78f9e0ea9299dedc554cac1653994 Mon Sep 17 00:00:00 2001 From: bloombar Date: Wed, 4 Oct 2023 13:50:41 -0400 Subject: [PATCH] typo fix space --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index efb65bb..5365c01 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,7 @@ The file named, `Pipfile` contains a list of dependencies - other Python modules #### Using venv -If you refuse to use `pipenv` for some reason, you can use the more traditional [venv](https://docs.python.org/3/library/venv.html) instead. The ability to make virtual environments with`venv` comes included with standard Python distributions. +If you refuse to use `pipenv` for some reason, you can use the more traditional [venv](https://docs.python.org/3/library/venv.html) instead. The ability to make virtual environments with `venv` comes included with standard Python distributions. This command creates a new virtual environment with the name `.venv`: