Skip to content

Commit e538c9f

Browse files
committed
Strikethrough new unwanted rules
1 parent 5328b3a commit e538c9f

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

pyguide.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1985,9 +1985,12 @@ At present, Drake's code (C++, Python, Skylark, etc.) does not explicitly
19851985
declare its license.
19861986
</span>
19871987

1988+
<span class="nondrake">
19881989
Files should start with a docstring describing the contents and usage of the
19891990
module.
1990-
```python
1991+
</span>
1992+
1993+
<pre class="nondrake">
19911994
"""A one line summary of the module or program, terminated by a period.
19921995

19931996
Leave one blank line. The rest of this docstring should contain an
@@ -2000,7 +2003,7 @@ examples.
20002003
foo = ClassFoo()
20012004
bar = foo.FunctionBar()
20022005
"""
2003-
```
2006+
</pre>
20042007

20052008
<a id="s3.8.3-functions-and-methods"></a>
20062009
<a id="383-functions-and-methods"></a>

0 commit comments

Comments
 (0)