Skip to content

Commit c945e6f

Browse files
committed
Fix ci builds
1 parent f342ed4 commit c945e6f

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Django_ web framework.
1414
.. _Python: https://python.org
1515
.. _Django: https://www.djangoproject.com/
1616

17-
Here is a little sample of what a process written wis galahad may look like::
17+
Here is a little sample of what a process written with galahad may look like::
1818

1919
class WelcomeProcess(Process):
2020
user = models.ForeignKey(

docs/spelling_wordlist.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1+
boolean
12
Django
23
jitter
4+
mixins
35
namespace
46
Redis
57
tuple

docs/tasks.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ cause the process to behave differently:
4747

4848
:class:`None`:
4949
If a task returns ``None`` or anything at all the process will just
50-
proceed as planed and follow all outgoing edges and execute the nexttasks.
50+
proceed as planed and follow all outgoing edges and execute the next
51+
tasks.
5152

5253
:class:`Iterable`:
5354
A task can return also an explicit list of tasks that should be executed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py{36,36,37}-dj{20,21,master},docs,reversion
2+
envlist = py{35,36,37}-dj{20,21,master},docs,reversion
33
basepython = python3.7
44

55
[testenv]

0 commit comments

Comments
 (0)