Merge pull request #5516 from efinkler-dm/spelling-fix-quickstart-regenarate

Fix spelling error in docs/quickstart.rst
This commit is contained in:
Oz N Tiram
2022-12-03 08:56:09 +01:00
committed by GitHub
+1 -1
View File
@@ -21,7 +21,7 @@ The main commands are:
- ``uninstall`` - Will remove the dependency
- ``lock`` - Regenarate ``Pipfile.lock`` and updates the dependencies inside it.
- ``lock`` - Regenerate ``Pipfile.lock`` and updates the dependencies inside it.
These are intended to replace ``$ pip install`` usage, as well as manual virtualenv management.