agronholm / apscheduler

Task scheduling library for Python
MIT License
5.98k stars 694 forks source link

docs: remove duplicate arg from docstring AsyncSchedule.add_job() #845

Closed peterschutt closed 6 months ago

peterschutt commented 6 months ago

This PR removes a 2nd redundant description of the job_executor parameter to the AsyncSchedule.add_job() method.

coveralls commented 6 months ago

Coverage Status

coverage: 92.532% (+0.03%) from 92.502% when pulling a0aa26d5aa9884698a820febba2257eee6c700b9 on peterschutt:peterschutt-patch-1 into 5bb4d8175a1217214cda89dc4d37a1101548a85b on agronholm:master.

agronholm commented 6 months ago

Thanks.