Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Feb 5, 2024
1 parent 1bea74e commit bae556a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -1483,6 +1483,7 @@ raw template
{%- endblock in_prompt -%}
"""


exporter_attr = AttrExporter()
output_attr, _ = exporter_attr.from_notebook_node(nb)
assert "raw template" in output_attr
Expand Down
4 changes: 2 additions & 2 deletions nbconvert/exporters/slides.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ def _reveal_url_prefix_default(self):
reveal_width = Unicode(
"",
help="""
width used to determine the aspect ratio of your presentation.
width used to determine the aspect ratio of your presentation.
Use the horizontal pixels available on your inteded presentation
equpment.
""",
Expand All @@ -180,7 +180,7 @@ def _reveal_url_prefix_default(self):
reveal_height = Unicode(
"",
help="""
height used to determine the aspect ratio of your presentation.
height used to determine the aspect ratio of your presentation.
Use the horizontal pixels available on your inteded presentation
equpment.
""",
Expand Down

0 comments on commit bae556a

Please sign in to comment.