summaryrefslogtreecommitdiff
path: root/doc/development/tutorials
diff options
context:
space:
mode:
Diffstat (limited to 'doc/development/tutorials')
-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):