diff --git a/README.rst b/README.rst index ce76c671..da398de6 100644 --- a/README.rst +++ b/README.rst @@ -190,7 +190,7 @@ Admin page or directly from your code: Models ~~~~~~ -- `Task` and `Schedule` are Django Models and can therefore be managed by your own code.---------------- +- `Task` and `Schedule` are Django Models and can therefore be managed by your own code. - `Task` objects are only created after an async package has been executed. - A `Schedule` creates a new async package for every execution and thus an unique `Task` - `Success` and `Failure` are convenient proxy models of `Task` @@ -224,4 +224,4 @@ Acknowledgements .. |image1| image:: https://coveralls.io/repos/Koed00/django-q/badge.svg?branch=master :target: https://coveralls.io/r/Koed00/django-q?branch=master .. |image2| image:: http://badges.gitter.im/Join%20Chat.svg - :target: https://gitter.im/Koed00/django-q \ No newline at end of file + :target: https://gitter.im/Koed00/django-q