From 4f98aae5e245c2298e79f742217a511a2acd8d1c Mon Sep 17 00:00:00 2001 From: jxltom Date: Sat, 1 Dec 2018 16:48:33 +0800 Subject: [PATCH] Fix typo in comments --- pipenv/core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipenv/core.py b/pipenv/core.py index 366a1114..121adb57 100644 --- a/pipenv/core.py +++ b/pipenv/core.py @@ -1874,7 +1874,7 @@ def do_install( keep_outdated=keep_outdated ) - # This is for if the user passed in dependencies, then we want to maek sure we + # This is for if the user passed in dependencies, then we want to make sure we else: from .vendor.requirementslib import Requirement