Fix set_due_date docstring

Closes #3207
This commit is contained in:
Damien Elmes 2024-05-25 16:08:25 +07:00
parent 9e3a34f17f
commit 17a20067f3

View file

@ -207,7 +207,7 @@ class SchedulerBase(DeprecatedNamesMixin):
config_key: Config.String.V | None = None,
) -> OpChanges:
"""Set cards to be due in `days`, turning them into review cards if necessary.
`days` can be of the form '5' or '5..7'
`days` can be of the form '5' or '5-7'
If `config_key` is provided, provided days will be remembered in config."""
key: config_pb2.OptionalStringConfigKey | None
if config_key is not None: