summaryrefslogtreecommitdiff
path: root/shared-bindings/struct
diff options
context:
space:
mode:
authormrmcwethy <mrmcwethy@yahoo.com>2017-10-27 12:44:18 -0700
committerScott Shawcroft <scott@tannewt.org>2017-10-27 23:25:00 -0700
commit189366983366cf5cad214d15070a0a53ccce24a8 (patch)
tree52e9a3a89e17dbbfae62a500243a9a4078896b6c /shared-bindings/struct
parent949a8f5043a3b945fb39f6acc554eea3b1df231e (diff)
calcsize90 should be documented now
Diffstat (limited to 'shared-bindings/struct')
-rw-r--r--shared-bindings/struct/__init__.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/shared-bindings/struct/__init__.c b/shared-bindings/struct/__init__.c
index add91fa61..c9305e3eb 100644
--- a/shared-bindings/struct/__init__.c
+++ b/shared-bindings/struct/__init__.c
@@ -54,10 +54,10 @@
//| *s*, *P*, *f*, *d* (the latter 2 depending on the floating-point support).
- //| .. function:: calcsize(fmt)
- //|
- //| Return the number of bytes needed to store the given fmt.
- //|
+//| .. function:: calcsize(fmt)
+//|
+//| Return the number of bytes needed to store the given fmt.
+//|
STATIC mp_obj_t struct_calcsize(mp_obj_t fmt_in) {