Skip to content

Commit

Permalink
docs: Add summary for ThemeConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
dangotbanned committed Sep 9, 2024
1 parent 7bb0b8e commit b486f10
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion altair/vegalite/v5/schema/_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -6731,7 +6731,7 @@ class ViewConfigKwds(TypedDict, total=False):

class ThemeConfig(TypedDict, total=False):
"""
Placeholder doc.
Top-Level Configuration ``TypedDict`` for creating a consistent theme.
Parameters
----------
Expand Down
2 changes: 1 addition & 1 deletion tools/generate_schema_wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ def configure_{prop}(self, *args, **kwargs) -> Self:

CONFIG_TYPED_DICT: Final = '''
class ThemeConfig(TypedDict, total=False):
"""Placeholder doc.
"""Top-Level Configuration ``TypedDict`` for creating a consistent theme.
{doc}"""
{typed_dict_args}
Expand Down

0 comments on commit b486f10

Please sign in to comment.