Typo again, no.

Commit
b8aa5096f60f3afd8b0fd31eab96bff8312c9231
Author
blendoit <blendoit@gmail.com>
Author date
Committer
blendoit <blendoit@gmail.com>
Committer date
README.org
index edc4b7b8..d3fa4ea4 100644..100644
@@ -7,7 +7,7 @@
7 7
8 8 ** =Pipfile=
9 9 Inspecting this file reveals the Python dependencies required by the Flask application.
10 Removed: The convenient =pipenv= Python package bundles together the creation of virtual environments and populating these virtual environments using the same commands as =pip=. For more information on =pipenv=, visit [[https:github.com/pypa/pipenvsimply][the official pipenv page]].
10 Added: The convenient =pipenv= Python package bundles together the creation of virtual environments and populating these virtual environments using the same commands as =pip=. For more information on =pipenv=, visit [[https://github.com/pypa/pipenv][the official pipenv page]].
11 11
12 12 ** =Pipfile.lock=
13 13 This file contains checksums for the packages installed via =pipenv=.