diff options
| author | danieleades <33452915+danieleades@users.noreply.github.com> | 2022-01-14 08:58:54 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-01-14 08:58:54 +0000 |
| commit | 9c68cd12d7d22585d3beec04aed7c1dcc2939020 (patch) | |
| tree | 8c2b6c50714af4002170fb96c55d3c110768dafe /doc/development/tutorials/examples | |
| parent | 18d7dfbd9526e96ee6272cce73bc4af246dd4f61 (diff) | |
| download | sphinx-git-9c68cd12d7d22585d3beec04aed7c1dcc2939020.tar.gz | |
Update recipe.py
Diffstat (limited to 'doc/development/tutorials/examples')
| -rw-r--r-- | doc/development/tutorials/examples/recipe.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development/tutorials/examples/recipe.py b/doc/development/tutorials/examples/recipe.py index 62c320d37..7af8af90d 100644 --- a/doc/development/tutorials/examples/recipe.py +++ b/doc/development/tutorials/examples/recipe.py @@ -87,7 +87,7 @@ class RecipeIndex(Index): # first letter of the recipe as a key to group thing # # name, subtype, docname, anchor, extra, qualifier, description - for _name, dispname, typ, docname, anchor, _ in recipes: + for _name, dispname, typ, docname, anchor, _priority in recipes: content[dispname[0].lower()].append( (dispname, 0, docname, anchor, docname, '', typ)) |
