diff options
author | Mathieu Duponchelle <mathieu@centricular.com> | 2018-04-10 00:39:25 +0200 |
---|---|---|
committer | Mathieu Duponchelle <mathieu@centricular.com> | 2018-04-10 00:39:25 +0200 |
commit | 99f324eda1d08dc6fc44c08cd53bdbe576b2915c (patch) | |
tree | 1949b324dffa798ae80816e651fdd074fce435ff | |
parent | c3bc7873e9cd735d331e58ef03ba858151ffe12a (diff) | |
download | meson-99f324eda1d08dc6fc44c08cd53bdbe576b2915c.zip meson-99f324eda1d08dc6fc44c08cd53bdbe576b2915c.tar.gz meson-99f324eda1d08dc6fc44c08cd53bdbe576b2915c.tar.bz2 |
[fixup]: Fix snippets heading
-rw-r--r-- | docs/markdown/snippets/python-module.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/snippets/python-module.md b/docs/markdown/snippets/python-module.md index 4b542b4..c2e8138 100644 --- a/docs/markdown/snippets/python-module.md +++ b/docs/markdown/snippets/python-module.md @@ -1,4 +1,4 @@ -# Generic python module +## Generic python module This is a revamped and generic (python 2 and 3) version of the python3 module. With this new interface, projects can now fully specify the version |