forked from mirrors/nixpkgs
doc: fix syntax error in python documentation
This commit is contained in:
parent
918f0a19a8
commit
b3d9da5f0a
|
@ -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…
Reference in a new issue