Skip to content

Commit 1893669

Browse files
mrmcwethytannewt
authored andcommitted
calcsize90 should be documented now
1 parent 949a8f5 commit 1893669

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

shared-bindings/struct/__init__.c

+4-4
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,10 @@
5454
//| *s*, *P*, *f*, *d* (the latter 2 depending on the floating-point support).
5555

5656

57-
//| .. function:: calcsize(fmt)
58-
//|
59-
//| Return the number of bytes needed to store the given fmt.
60-
//|
57+
//| .. function:: calcsize(fmt)
58+
//|
59+
//| Return the number of bytes needed to store the given fmt.
60+
//|
6161

6262
STATIC mp_obj_t struct_calcsize(mp_obj_t fmt_in) {
6363

0 commit comments

Comments
 (0)