summaryrefslogtreecommitdiffstats
path: root/doc/languages-frameworks/python.section.md
diff options
context:
space:
mode:
authorLinus Heckemann <git@sphalerite.org>2019-04-25 22:37:53 +0200
committerLinus Heckemann <git@sphalerite.org>2019-04-25 22:37:53 +0200
commitb3d9da5f0a3d2e967ce9a6f7b349150964a14493 (patch)
treec8c9fb1ed2f3b5a27c0e7c5c0f8bc507849f534d /doc/languages-frameworks/python.section.md
parent918f0a19a81ba601259fb9fe383fc73ca40df199 (diff)
doc: fix syntax error in python documentation
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 6b59b767652a..b72616a75658 100644
--- a/doc/languages-frameworks/python.section.md
+++ b/doc/languages-frameworks/python.section.md
@@ -205,7 +205,7 @@ buildPythonPackage rec {
license = licenses.bsd3;
maintainers = with maintainers; [ fridh ];
};
-};
+}
```
What happens here? The function `buildPythonPackage` is called and as argument