File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
src/mkdocstrings_handlers/python/templates/material/_base/docstring Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 44
44
{% if receives.name %}< b > {{ receives.name }}</ b > {% endif %}
45
45
{% if receives.annotation %}
46
46
{% with expression = receives.annotation %}
47
- {% if receives.name %}({% endif %}
47
+ {% if receives.name %} ({% endif %}
48
48
< code > {% include "expression.html" with context %}</ code >
49
49
{% if receives.name %}){% endif %}
50
50
{% endwith %}
Original file line number Diff line number Diff line change 44
44
{% if returns.name %}< b > {{ returns.name }}</ b > {% endif %}
45
45
{% if returns.annotation %}
46
46
{% with expression = returns.annotation %}
47
- {% if returns.name %}({% endif %}
47
+ {% if returns.name %} ({% endif %}
48
48
< code > {% include "expression.html" with context %}</ code >
49
49
{% if returns.name %}){% endif %}
50
50
{% endwith %}
Original file line number Diff line number Diff line change 44
44
{% if yields.name %}< b > {{ yields.name }}</ b > {% endif %}
45
45
{% if yields.annotation %}
46
46
{% with expression = yields.annotation %}
47
- {% if yields.name %}({% endif %}
47
+ {% if yields.name %} ({% endif %}
48
48
< code > {% include "expression.html" with context %}</ code >
49
49
{% if yields.name %}){% endif %}
50
50
{% endwith %}
You can’t perform that action at this time.
0 commit comments