We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52919c5 commit 885696eCopy full SHA for 885696e
src/mkdocstrings_handlers/python/templates/material/_base/function.html
@@ -23,7 +23,7 @@
23
toc_label=function.name ~ "()") %}
24
25
{% if config.separate_signature %}
26
- {% if show_full_path %}{{ function.path }}{% else %}{{ function.name }}{% endif %}()
+ {% if show_full_path %}{{ function.path }}{% else %}{{ function.name }}{% endif %}
27
{% else %}
28
{% filter highlight(language="python", inline=True) %}
29
{% if show_full_path %}{{ function.path }}{% else %}{{ function.name }}{% endif %}
0 commit comments