We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc3a489 commit 9ff7e68Copy full SHA for 9ff7e68
src/mkdocstrings_handlers/python/templates/material/_base/docstring/receives.html
@@ -62,7 +62,7 @@
62
<table>
63
<thead>
64
<tr>
65
- <th><b>{{ (section.title or lang.t("RECEIVES")).rstrip(":").upper()) }}</b></th>
+ <th><b>{{ (section.title or lang.t("RECEIVES")).rstrip(":").upper() }}</b></th>
66
<th><b>{{ lang.t("DESCRIPTION") }}</b></th>
67
</tr>
68
</thead>
0 commit comments