Skip to content

Commit ad70ab8

Browse files
authored
autoload_range doc fix (#2878)
To reflect #2823
1 parent b9a1bbd commit ad70ab8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/configuration.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,8 @@ section and the parameters available within it.
127127
These parameters control core Luigi behavior, such as error e-mails and
128128
interactions between the worker and scheduler.
129129

130-
autoload-range
131-
.. versionadded:: 2.8.4
130+
autoload_range
131+
.. versionadded:: 2.8.11
132132

133133
If false, prevents range tasks from autoloading. They can still be loaded
134134
using ``--module luigi.tools.range``. Defaults to true. Setting this to true

0 commit comments

Comments
 (0)