From a7357887c79debc73bb0158ce70b22263fcf7a76 Mon Sep 17 00:00:00 2001 From: Dylan Baker Date: Tue, 8 Jun 2021 09:57:58 -0700 Subject: docs: fix issues with the cython docs --- docs/markdown/Cython.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/markdown/Cython.md') diff --git a/docs/markdown/Cython.md b/docs/markdown/Cython.md index 17302b38a..be0527184 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 @@ -22,8 +22,8 @@ extension_module method: ```meson project('my project', 'cython') -py = import('python') -dep_py3 = py.dependency() +py = import('python').find_installation() +dep_py = py.dependency() py.extension_module( 'foo', -- cgit v1.2.3