summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornanahi <130121847+na-na-hi@users.noreply.github.com>2025-02-15 08:00:21 -0500
committerDudemanguy <random342@airmail.cc>2025-02-16 00:48:04 +0000
commite1bb43cce0e0c44206bfbfd72cd9a787f138e89c (patch)
treec83fa38b6dd2d13e94fa86f2bbe1eb900e8105e2
parentaab3207f81210da4c350565f5080c4499bc4af9a (diff)
downloadmpv-e1bb43cce0e0c44206bfbfd72cd9a787f138e89c.tar.bz2
mpv-e1bb43cce0e0c44206bfbfd72cd9a787f138e89c.tar.xz
DOCS/man/input: remove extra quotes
-rw-r--r--DOCS/man/input.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/DOCS/man/input.rst b/DOCS/man/input.rst
index 662f84baae..348c3d1eb2 100644
--- a/DOCS/man/input.rst
+++ b/DOCS/man/input.rst
@@ -731,7 +731,7 @@ Text Manipulation
used only through the client API or from a script using
``mp.command_native``. (see `Property Expansion`_).
-``expand-path "<text>"``
+``expand-path <text>``
Expand a path's double-tilde placeholders into a platform-specific path.
As ``expand-text``, this can only be used through the client API or from
a script using ``mp.command_native``.