0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 03:52:22 +02:00

DOCS/input: fix "does does" typo

This commit is contained in:
holdingsllc 2024-07-09 22:58:04 -06:00 committed by Dudemanguy
parent 1fd9389911
commit 18b557c1c7

View File

@ -590,7 +590,7 @@ Remember to quote string arguments in input.conf (see `Flat command syntax`_).
``subprocess``
Similar to ``run``, but gives more control about process execution to the
caller, and does does not detach the process.
caller, and does not detach the process.
You can avoid blocking until the process terminates by running this command
asynchronously. (For example ``mp.command_native_async()`` in Lua scripting.)