diff options
| author | Scott Shawcroft <scott@tannewt.org> | 2017-10-30 18:46:35 -0700 |
|---|---|---|
| committer | Scott Shawcroft <scott@tannewt.org> | 2017-10-30 18:57:28 -0700 |
| commit | 8c1f5427bc90a6cee181e060460ee8662f249018 (patch) | |
| tree | 9cc8ada762382824650b2f33fd9eb1c7b2021643 /shared-bindings/struct | |
| parent | 123c2262e91dfe7bc013354daf889e9abc40076a (diff) | |
atmel-samd: Add empty line for RST docs
Right now calcsize is being grouped with the doc above: https://circuitpython.readthedocs.io/en/latest/shared-bindings/struct/__init__.html
Diffstat (limited to 'shared-bindings/struct')
| -rw-r--r-- | shared-bindings/struct/__init__.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shared-bindings/struct/__init__.c b/shared-bindings/struct/__init__.c index c9305e3eb..5be255971 100644 --- a/shared-bindings/struct/__init__.c +++ b/shared-bindings/struct/__init__.c @@ -52,6 +52,7 @@ //| //| Supported format codes: *b*, *B*, *h*, *H*, *i*, *I*, *l*, *L*, *q*, *Q*, //| *s*, *P*, *f*, *d* (the latter 2 depending on the floating-point support). +//| //| .. function:: calcsize(fmt) |
