Skip to content

Commit 6545900

Browse files
committed
refactor: Use pycon for examples code blocks
1 parent 0543492 commit 6545900

File tree

1 file changed

+1
-1
lines changed
  • src/mkdocstrings_handlers/python/templates/material/_base/docstring

1 file changed

+1
-1
lines changed

src/mkdocstrings_handlers/python/templates/material/_base/docstring/examples.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
{% if section_type.value == "text" %}
55
{{ sub_section|convert_markdown(heading_level, html_id) }}
66
{% elif section_type.value == "examples" %}
7-
{{ sub_section|highlight(language="python", linenums=False) }}
7+
{{ sub_section|highlight(language="pycon", linenums=False) }}
88
{% endif %}
99
{% endfor %}

0 commit comments

Comments
 (0)