From cae2ffb6eb52f56167aeabf40caa28ecb3ca498b Mon Sep 17 00:00:00 2001 From: Emanuele Torre Date: Fri, 1 May 2020 02:18:58 +0200 Subject: documentation: fix some ReST syntax mistakes in lua.rst --- DOCS/man/lua.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'DOCS') diff --git a/DOCS/man/lua.rst b/DOCS/man/lua.rst index b256d7bf2d..9499847b58 100644 --- a/DOCS/man/lua.rst +++ b/DOCS/man/lua.rst @@ -784,7 +784,7 @@ strictly part of the guaranteed API. ``utils.join_path(p1, p2)`` Return the concatenation of the 2 paths. Tries to be clever. For example, - if ```p2`` is an absolute path, p2 is returned without change. + if ``p2`` is an absolute path, ``p2`` is returned without change. ``utils.subprocess(t)`` Runs an external process and waits until it exits. Returns process status -- cgit v1.2.3