Skip to content

Commit

Permalink
Fix merge errors
Browse files Browse the repository at this point in the history
  • Loading branch information
fsbraun committed Apr 19, 2024
1 parent 566cbf4 commit 513318c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions cms/utils/plugins.py
Expand Up @@ -299,10 +299,10 @@ def get_bound_plugins(plugins):
Finally, iterates over the plugins and yields the downcasted versions if they have a valid parent.
Does not affect caching.
:param plugins: (list) List of ``CMSPlugin`` instances.
Yields:
- instance (``CMSPlugin`` sub-class): Downcasted Plugin instance.
:param plugins: List of ``CMSPlugin`` instances.
:type plugins: List[CMSPlugin]
:return: Generator that yields the downcasted plugins.
:rtype: Generator[CMSPlugin, None, None]
Example::
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Expand Up @@ -152,7 +152,7 @@
html_theme_options = {
"navigation_with_keys": True,
}
except ImportError:
except ImportError:
html_theme = 'default'


Expand Down

0 comments on commit 513318c

Please sign in to comment.