Skip to content

Commit e0cc5e4

Browse files
committed
Update snapshot?
1 parent 472aa8c commit e0cc5e4

File tree

1 file changed

+9
-37
lines changed

1 file changed

+9
-37
lines changed
Lines changed: 9 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,12 @@
11
<div class="language-python3 codehilite"><pre><span></span><code><span class="k">def</span><span class="w"> </span><span class="nf">my_func</span><span class="p">(</span><span class="n">arg1</span><span class="p">,</span> <span class="n">arg2</span><span class="p">)</span>
22
</code></pre></div>
33

4-
<h1 id="arguments">Arguments</h1>
5-
<table>
6-
<thead>
7-
<tr>
8-
<th>Parameter</th>
9-
<th>Type</th>
10-
<th>Description</th>
11-
</tr>
12-
</thead>
13-
<tbody>
14-
<tr>
15-
<td><code>arg1</code></td>
16-
<td>``</td>
17-
<td>Description of arg1.</td>
18-
</tr>
19-
<tr>
20-
<td><code>arg2</code></td>
21-
<td>``</td>
22-
<td>Description of arg2.</td>
23-
</tr>
24-
</tbody>
25-
</table>
26-
<h1 id="returns">Returns</h1>
27-
<table>
28-
<thead>
29-
<tr>
30-
<th>Type</th>
31-
<th>Description</th>
32-
</tr>
33-
</thead>
34-
<tbody>
35-
<tr>
36-
<td><code>HTML</code></td>
37-
<td>A description of the return value.</td>
38-
</tr>
39-
</tbody>
40-
</table>
4+
<h4 id="args">Args</h4>
5+
<ul>
6+
<li><code>arg1</code>: Description of arg1.
7+
arg2: Description of arg2.</li>
8+
</ul>
9+
<h4 id="returns">Returns</h4>
10+
<ul>
11+
<li><code>HTML</code>: A description of the return value.</li>
12+
</ul>

0 commit comments

Comments
 (0)