Skip to content

Commit 5999aa5

Browse files
authored
Remove Easter egg from managing dependencies tutorial (pypa#504)
1 parent 47f39e1 commit 5999aa5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

source/tutorials/managing-dependencies.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ tutorial) and run:
8080
cd myproject
8181
pipenv install requests
8282
83-
Pipenv will install the excellent `Requests`_ library and create a ``Pipfile``
83+
Pipenv will install the `Requests`_ library and create a ``Pipfile``
8484
for you in your project's directory. The :ref:`Pipfile` is used to track which
8585
dependencies your project needs in case you need to re-install them, such as
8686
when you share your project with others. You should get output similar to this
@@ -111,7 +111,6 @@ when you share your project with others. You should get output similar to this
111111
Successfully installed certifi-2017.7.27.1 chardet-3.0.4 idna-2.6 requests-2.18.4 urllib3-1.22
112112
113113
Adding requests to Pipfile's [packages]...
114-
P.S. You have excellent taste! ✨ 🍰 ✨
115114
116115
.. _Requests: https://python-requests.org
117116
.. _pipenv-tox: https://docs.pipenv.org/advanced/#tox-automation-project

0 commit comments

Comments
 (0)