diff options
author | nanahi <130121847+na-na-hi@users.noreply.github.com> | 2025-02-15 08:00:21 -0500 |
---|---|---|
committer | Dudemanguy <random342@airmail.cc> | 2025-02-16 00:48:04 +0000 |
commit | e1bb43cce0e0c44206bfbfd72cd9a787f138e89c (patch) | |
tree | c83fa38b6dd2d13e94fa86f2bbe1eb900e8105e2 | |
parent | aab3207f81210da4c350565f5080c4499bc4af9a (diff) | |
download | mpv-e1bb43cce0e0c44206bfbfd72cd9a787f138e89c.tar.bz2 mpv-e1bb43cce0e0c44206bfbfd72cd9a787f138e89c.tar.xz |
DOCS/man/input: remove extra quotes
-rw-r--r-- | DOCS/man/input.rst | 2 |
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``. |