Skip to content

Commit 45936c9

Browse files
kkirsstsnoam
authored andcommitted
Remove deprecated argument from Updater docstring (python-telegram-bot#444)
Argument (job_queue_tick_interval) was removed with commit 3aedd78 but the docstring in updater.py wasn't.
1 parent fae1896 commit 45936c9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

telegram/ext/updater.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,6 @@ class Updater(object):
6161
bot (Optional[Bot]): A pre-initialized bot instance. If a pre-initizlied bot is used, it is
6262
the user's responsibility to create it using a `Request` instance with a large enough
6363
connection pool.
64-
job_queue_tick_interval(Optional[float]): The interval the queue should
65-
be checked for new tasks. Defaults to 1.0
6664
6765
Raises:
6866
ValueError: If both `token` and `bot` are passed or none of them.

0 commit comments

Comments
 (0)