mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -04:00
parent
9e3a34f17f
commit
17a20067f3
1 changed files with 1 additions and 1 deletions
|
@ -207,7 +207,7 @@ class SchedulerBase(DeprecatedNamesMixin):
|
||||||
config_key: Config.String.V | None = None,
|
config_key: Config.String.V | None = None,
|
||||||
) -> OpChanges:
|
) -> OpChanges:
|
||||||
"""Set cards to be due in `days`, turning them into review cards if necessary.
|
"""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."""
|
If `config_key` is provided, provided days will be remembered in config."""
|
||||||
key: config_pb2.OptionalStringConfigKey | None
|
key: config_pb2.OptionalStringConfigKey | None
|
||||||
if config_key is not None:
|
if config_key is not None:
|
||||||
|
|
Loading…
Reference in a new issue