summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorEmanuele Torre <torreemanuele6@gmail.com>2020-05-01 02:18:58 +0200
committerwm4 <1387750+wm4@users.noreply.github.com>2020-05-01 20:48:51 +0200
commitcae2ffb6eb52f56167aeabf40caa28ecb3ca498b (patch)
tree3208c5862087454af0c58ab0ed6c36f9afab92bd /DOCS
parentd061f28397937f0eae8fc7ba3b13913bbf29a9b7 (diff)
downloadmpv-cae2ffb6eb52f56167aeabf40caa28ecb3ca498b.tar.bz2
mpv-cae2ffb6eb52f56167aeabf40caa28ecb3ca498b.tar.xz
documentation: fix some ReST syntax mistakes in lua.rst
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/lua.rst2
1 files changed, 1 insertions, 1 deletions
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