Skip to content

Commit 772e327

Browse files
committed
Disclaim typing annotations in an example
1 parent 63e985d commit 772e327

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pyguide.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2317,6 +2317,11 @@ def fetch_smalltable_rows(table_handle: smalltable.Table,
23172317
"""
23182318
```
23192319

2320+
<span class="drake">
2321+
In the above example, note that the typing annotations on the function
2322+
signature are not required in Drake.
2323+
</span>
2324+
23202325
<a id="s3.8.4-comments-in-classes"></a>
23212326
<a id="384-classes"></a>
23222327
<a id="comments-in-classes"></a>

0 commit comments

Comments
 (0)