mkdocstrings · GitHub

Commit 9ff7e68

committed

fix: Fix rendering Receives sections as lists

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/mkdocstrings_handlers/python/templates/material/_base/docstring

Lines changed: 1 addition & 1 deletion

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)

Read the original on github.com ↗