Skip to content

Commit

Permalink
Merge pull request #143 from ayr-ton/master
Browse files Browse the repository at this point in the history
Docs/Fix bigger_applications include_group wrong reference
  • Loading branch information
Miksus authored Nov 28, 2022
2 parents 72b1d6a + 95bef4f commit cced194
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/cookbook/bigger_applications.rst
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ you could put in each:
# Set Task Groups
# ---------------
app.include_group(morning.group)
app.include_group(evening.group)
app.include_grouper(morning.group)
app.include_grouper(evening.group)
# Application Setup
# -----------------
Expand Down

0 comments on commit cced194

Please sign in to comment.