summary refs log tree commit diff
path: root/doc/languages-frameworks/python.section.md
diff options
context:
space:
mode:
authorDrew Risinger <drewrisinger@users.noreply.github.com>2022-05-05 15:36:08 -0400
committerJonathan Ringer <jonringer@users.noreply.github.com>2022-05-05 15:07:47 -0700
commit0d7b5a7e6429c40107e795bce92c78d66e319591 (patch)
tree7cb103a82dc55d8120151373c79fcc1014cee784 /doc/languages-frameworks/python.section.md
parent6293aa7032b258a5a8ead1685c25a8f7906825b7 (diff)
downloadnixpkgs-0d7b5a7e6429c40107e795bce92c78d66e319591.tar
nixpkgs-0d7b5a7e6429c40107e795bce92c78d66e319591.tar.gz
nixpkgs-0d7b5a7e6429c40107e795bce92c78d66e319591.tar.bz2
nixpkgs-0d7b5a7e6429c40107e795bce92c78d66e319591.tar.lz
nixpkgs-0d7b5a7e6429c40107e795bce92c78d66e319591.tar.xz
nixpkgs-0d7b5a7e6429c40107e795bce92c78d66e319591.tar.zst
nixpkgs-0d7b5a7e6429c40107e795bce92c78d66e319591.zip
doc: remove python-language-server from manual
python3Packages.python-language-server is no longer maintained (broken), so it shouldn't be an example.
Diffstat (limited to 'doc/languages-frameworks/python.section.md')
-rw-r--r--doc/languages-frameworks/python.section.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/languages-frameworks/python.section.md b/doc/languages-frameworks/python.section.md
index 693ea016e0a..fe28f94c069 100644
--- a/doc/languages-frameworks/python.section.md
+++ b/doc/languages-frameworks/python.section.md
@@ -288,7 +288,7 @@ self: super: {
         ps: with ps; [
           pyflakes
           pytest
-          python-language-server
+          black
         ]
       ))