Skip to content

Commit 9ff7e68

Browse files
committed
fix: Fix rendering Receives sections as lists
1 parent cc3a489 commit 9ff7e68

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/receives.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
<table>
6363
<thead>
6464
<tr>
65-
<th><b>{{ (section.title or lang.t("RECEIVES")).rstrip(":").upper()) }}</b></th>
65+
<th><b>{{ (section.title or lang.t("RECEIVES")).rstrip(":").upper() }}</b></th>
6666
<th><b>{{ lang.t("DESCRIPTION") }}</b></th>
6767
</tr>
6868
</thead>

0 commit comments

Comments
 (0)