diff options
-rw-r--r-- | docs/markdown/Python-3-module.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/Python-3-module.md b/docs/markdown/Python-3-module.md index fa1d78e..dc6f571 100644 --- a/docs/markdown/Python-3-module.md +++ b/docs/markdown/Python-3-module.md @@ -7,7 +7,7 @@ following methods. This is a cross platform way of finding the Python 3 executable, which may have a different name on different operating systems. Returns an -external program object. +[external program](Reference-manual.html#external-program-object) object. *Added 0.38.0* |