summaryrefslogtreecommitdiff
path: root/doc/development/tutorials/examples/recipe.py
diff options
context:
space:
mode:
authordaniel.eades <danieleades@hotmail.com>2022-08-01 17:05:25 +0100
committerJean-François B <2589111+jfbu@users.noreply.github.com>2022-08-01 20:55:47 +0200
commit964fcb2e07fc4995e3057fd66944a41e63d0fe61 (patch)
treea3950ec7304f537c53a1b383f360ab32b100247c /doc/development/tutorials/examples/recipe.py
parentcdde69918812b079a92325345478ac3d1afaf7c2 (diff)
downloadsphinx-git-964fcb2e07fc4995e3057fd66944a41e63d0fe61.tar.gz
Fix flake8 5.0.0 reported formatting errors
Diffstat (limited to 'doc/development/tutorials/examples/recipe.py')
-rw-r--r--doc/development/tutorials/examples/recipe.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development/tutorials/examples/recipe.py b/doc/development/tutorials/examples/recipe.py
index 7af8af90d..f917f15c9 100644
--- a/doc/development/tutorials/examples/recipe.py
+++ b/doc/development/tutorials/examples/recipe.py
@@ -121,7 +121,7 @@ class RecipeDomain(Domain):
def get_objects(self):
for obj in self.data['recipes']:
- yield(obj)
+ yield obj
def resolve_xref(self, env, fromdocname, builder, typ, target, node,
contnode):