documentation: fix some ReST syntax mistakes in lua.rst

This commit is contained in:
Emanuele Torre 2020-05-01 02:18:58 +02:00 committed by wm4
parent d061f28397
commit cae2ffb6eb
1 changed files with 1 additions and 1 deletions

View File

@ -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