summaryrefslogtreecommitdiff
path: root/doc/development/tutorials
diff options
context:
space:
mode:
authorJean-François B <2589111+jfbu@users.noreply.github.com>2022-08-01 21:05:08 +0200
committerGitHub <noreply@github.com>2022-08-01 21:05:08 +0200
commit50904866b73f898e570cfc27097999d582fb0d02 (patch)
treea3950ec7304f537c53a1b383f360ab32b100247c /doc/development/tutorials
parentcdde69918812b079a92325345478ac3d1afaf7c2 (diff)
parent964fcb2e07fc4995e3057fd66944a41e63d0fe61 (diff)
downloadsphinx-git-50904866b73f898e570cfc27097999d582fb0d02.tar.gz
Merge pull request #10741 from danieleades/fix-formatting
fix formatting
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):