Skip to content

Commit 63e985d

Browse files
committed
Fix errors from the merge
1 parent 3ad3779 commit 63e985d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyguide.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@ Drake development. For all other aspects of code style, please see Drake's
4646
Code Style Guide</a> documentation page.
4747
</p>
4848

49-
<!--
50-
5149
<!-- markdown="1" is required for GitHub Pages to render the TOC properly. -->
5250

51+
<!--
52+
5353
<details markdown="1">
5454
<summary>Table of Contents</summary>
5555
@@ -2212,7 +2212,7 @@ aptly described using a one-line docstring.
22122212
: List each parameter by name. A description should follow the name, and be
22132213
separated by a colon followed by either a space or newline. If the
22142214
description is too long to fit on a single
2215-
<span class="nondrake">80-character</span>
2215+
<span class="nondrake">80-character</span>
22162216
<span class="drake">79-character\*</span>
22172217
line, use a hanging
22182218
indent of 2 or 4 spaces more than the parameter name (be consistent with the

0 commit comments

Comments
 (0)