diff options
author | Luca Weiss <luca@z3ntu.xyz> | 2018-11-04 19:51:13 +0100 |
---|---|---|
committer | Xavier Claessens <xclaesse@gmail.com> | 2018-11-04 13:56:28 -0500 |
commit | 42cdb32033fb79f6ce551626ca269f2cd7d09fd2 (patch) | |
tree | bfed83ac081d15890b32bd494efb9781b71e9e13 /docs/markdown/Python-module.md | |
parent | 1eb455f8696643b625b10a85551ff9fd28dd7d2a (diff) | |
download | meson-42cdb32033fb79f6ce551626ca269f2cd7d09fd2.zip meson-42cdb32033fb79f6ce551626ca269f2cd7d09fd2.tar.gz meson-42cdb32033fb79f6ce551626ca269f2cd7d09fd2.tar.bz2 |
Update Python-module.md
Fix link to the disabler object
Diffstat (limited to 'docs/markdown/Python-module.md')
-rw-r--r-- | docs/markdown/Python-module.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/Python-module.md b/docs/markdown/Python-module.md index 93005ea..a50a33d 100644 --- a/docs/markdown/Python-module.md +++ b/docs/markdown/Python-module.md @@ -49,7 +49,7 @@ Keyword arguments are the following: [`feature`](Build-options.md#features) option can also be passed to the `required` keyword argument. - `disabler`: if `true` and no python installation can be found, return a - [disabler object](#disabler-object) instead of a not-found object. + [disabler object](Reference-manual.md#disabler-object) instead of a not-found object. *Since 0.49.0* **Returns**: a [python installation][`python_installation` object] |