mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 04:05:40 +03:00
doc: fix syntax error in python documentation
This commit is contained in:
parent
918f0a19a8
commit
b3d9da5f0a
1 changed files with 1 additions and 1 deletions
|
@ -205,7 +205,7 @@ buildPythonPackage rec {
|
|||
license = licenses.bsd3;
|
||||
maintainers = with maintainers; [ fridh ];
|
||||
};
|
||||
};
|
||||
}
|
||||
```
|
||||
|
||||
What happens here? The function `buildPythonPackage` is called and as argument
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue