diff options
author | Eli Schwartz <eschwartz@archlinux.org> | 2021-06-14 19:24:54 -0400 |
---|---|---|
committer | Eli Schwartz <eschwartz@archlinux.org> | 2021-06-14 19:24:54 -0400 |
commit | 10863057159c8850e90c7bd5fb05b9ae1ba81e3e (patch) | |
tree | 481d8bc9b74f1316045dcffc052f51d5f113848b | |
parent | 9851c2589521d5933170b8405da84b8bc8295b51 (diff) | |
download | meson-10863057159c8850e90c7bd5fb05b9ae1ba81e3e.zip meson-10863057159c8850e90c7bd5fb05b9ae1ba81e3e.tar.gz meson-10863057159c8850e90c7bd5fb05b9ae1ba81e3e.tar.bz2 |
doc: fix typo preventing correct page generation
This originally worked but was erroneously reported as wrong and thereby
regressed in commit a7357887c79debc73bb0158ce70b22263fcf7a76
-rw-r--r-- | docs/markdown/Cython.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/Cython.md b/docs/markdown/Cython.md index be05271..1d30c1f 100644 --- a/docs/markdown/Cython.md +++ b/docs/markdown/Cython.md @@ -1,7 +1,7 @@ --- title: Cython short-description: Support for Cython in Meson ---- +... # Cython |