Fix typo in PipenvProject init

This commit is contained in:
David Heimann
2018-01-10 09:46:21 -05:00
committed by GitHub
parent 7fb2b2af41
commit 085fd7c8e2
+1 -1
View File
@@ -60,7 +60,7 @@ class PipenvProject(object):
# Cheat a project-creation by installing, then uninstalling
# the Requests library. :)
self.install('requests')
self.uninstlal('requests')
self.uninstall('requests')
@property
def _pipfile_path(self):