Skip to content

Commit 358e4a5

Browse files
committed
fix(pipfile): Fix typo in Pipfile
- python-language-server had the typo - 'pipenv install' should work again
1 parent 42d5aa5 commit 358e4a5

File tree

2 files changed

+261
-142
lines changed

2 files changed

+261
-142
lines changed

Pipfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ radon = "*"
1414
"flake8" = "*"
1515
httpretty = "*"
1616
pylint = "*"
17-
python-lanugage-server = {extras = ["all"],version = "*"}
17+
python-language-server = {extras = ["all"],version = "*"}

0 commit comments

Comments
 (0)