calcsize90 should be documented now

This commit is contained in:
mrmcwethy 2017-10-27 12:44:18 -07:00 committed by Scott Shawcroft
parent 949a8f5043
commit 1893669833
1 changed files with 4 additions and 4 deletions

View File

@ -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) {