summary refs log tree commit diff
path: root/doc/languages-frameworks/python.section.md
diff options
context:
space:
mode:
authorD Anzorge <d.anzorge@gmail.com>2021-09-17 00:47:45 +0200
committerD Anzorge <d.anzorge@gmail.com>2021-09-17 00:47:45 +0200
commitd6c2bb73fb47ea502caac8be9ed061a8ec4e7234 (patch)
tree976806d0d60d8d4a830509654c5c8186cabfa11d /doc/languages-frameworks/python.section.md
parent610ceb54e34aa95ec0a500d0021a22a55afda416 (diff)
downloadnixpkgs-d6c2bb73fb47ea502caac8be9ed061a8ec4e7234.tar
nixpkgs-d6c2bb73fb47ea502caac8be9ed061a8ec4e7234.tar.gz
nixpkgs-d6c2bb73fb47ea502caac8be9ed061a8ec4e7234.tar.bz2
nixpkgs-d6c2bb73fb47ea502caac8be9ed061a8ec4e7234.tar.lz
nixpkgs-d6c2bb73fb47ea502caac8be9ed061a8ec4e7234.tar.xz
nixpkgs-d6c2bb73fb47ea502caac8be9ed061a8ec4e7234.tar.zst
nixpkgs-d6c2bb73fb47ea502caac8be9ed061a8ec4e7234.zip
doc/python: fix typo in 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 987ea1af9da..cc1a7083dc2 100644
--- a/doc/languages-frameworks/python.section.md
+++ b/doc/languages-frameworks/python.section.md
@@ -1513,7 +1513,7 @@ If you need to change a package's attribute(s) from `configuration.nix` you coul
     python = super.python.override {
       packageOverrides = python-self: python-super: {
         twisted = python-super.twisted.overrideAttrs (oldAttrs: {
-          src = super.fetchPipy {
+          src = super.fetchPypi {
             pname = "twisted";
             version = "19.10.0";
             sha256 = "7394ba7f272ae722a74f3d969dcf599bc4ef093bc392038748a490f1724a515d";