DOCS/lua: remove superfluous parameter

This seems to have been a leftover from copying the entry below it.
This commit is contained in:
Christoph Heinrich 2023-09-30 16:57:04 +02:00 committed by Dudemanguy
parent 3a572c7a88
commit e9690727a0
1 changed files with 1 additions and 1 deletions

View File

@ -199,7 +199,7 @@ The ``mp`` module is preloaded, although it can be loaded manually with
Whether this works and how long it takes depends on the command and the
situation. The abort call itself is asynchronous. Does not return anything.
``mp.del_property(name [,def])``
``mp.del_property(name)``
Delete the given property. See ``mp.get_property`` and `Properties`_ for more
information about properties. Most properties cannot be deleted.