File tree Expand file tree Collapse file tree 3 files changed +8
-1
lines changed
Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 1+ telegram.ext.Job
2+ =====================
3+
4+ .. autoclass :: telegram.ext.Job
5+ :members:
6+ :show-inheritance:
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ telegram.ext package
66 telegram.ext.updater
77 telegram.ext.dispatcher
88 telegram.ext.filters
9+ telegram.ext.job
910 telegram.ext.jobqueue
1011 telegram.ext.messagequeue
1112 telegram.ext.delayqueue
Original file line number Diff line number Diff line change @@ -373,7 +373,7 @@ class Job(object):
373373 name (:obj:`str`, optional): The name of the new job. Defaults to ``callback.__name__``.
374374 days (Tuple[:obj:`int`], optional): Defines on which days of the week the job should run.
375375 Defaults to ``Days.EVERY_DAY``
376- job_queue (class:`telegram.ext.JobQueue`, optional): The ``JobQueue`` this job belongs to.
376+ job_queue (: class:`telegram.ext.JobQueue`, optional): The ``JobQueue`` this job belongs to.
377377 Only optional for backward compatibility with ``JobQueue.put()``.
378378
379379 """
You can’t perform that action at this time.
0 commit comments