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 4444 {% if receives.name %}< b > {{ receives.name }}</ b > {% endif %}
4545 {% if receives.annotation %}
4646 {% with expression = receives.annotation %}
47- {% if receives.name %}({% endif %}
47+ {% if receives.name %} ({% endif %}
4848 < code > {% include "expression.html" with context %}</ code >
4949 {% if receives.name %}){% endif %}
5050 {% endwith %}
Original file line number Diff line number Diff line change 4444 {% if returns.name %}< b > {{ returns.name }}</ b > {% endif %}
4545 {% if returns.annotation %}
4646 {% with expression = returns.annotation %}
47- {% if returns.name %}({% endif %}
47+ {% if returns.name %} ({% endif %}
4848 < code > {% include "expression.html" with context %}</ code >
4949 {% if returns.name %}){% endif %}
5050 {% endwith %}
Original file line number Diff line number Diff line change 4444 {% if yields.name %}< b > {{ yields.name }}</ b > {% endif %}
4545 {% if yields.annotation %}
4646 {% with expression = yields.annotation %}
47- {% if yields.name %}({% endif %}
47+ {% if yields.name %} ({% endif %}
4848 < code > {% include "expression.html" with context %}</ code >
4949 {% if yields.name %}){% endif %}
5050 {% endwith %}
You can’t perform that action at this time.
0 commit comments