diff options
author | Jean-François B <2589111+jfbu@users.noreply.github.com> | 2022-08-01 21:05:08 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-01 21:05:08 +0200 |
commit | 50904866b73f898e570cfc27097999d582fb0d02 (patch) | |
tree | a3950ec7304f537c53a1b383f360ab32b100247c /doc/development/tutorials | |
parent | cdde69918812b079a92325345478ac3d1afaf7c2 (diff) | |
parent | 964fcb2e07fc4995e3057fd66944a41e63d0fe61 (diff) | |
download | sphinx-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.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 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): |