diff --git a/datashape/util.py b/datashape/util.py index 783495b..f9f0bcc 100644 --- a/datashape/util.py +++ b/datashape/util.py @@ -248,7 +248,7 @@ def to_ctypes(dshape): """ Constructs a ctypes type from a datashape - >>> to_ctypes(coretypes.float64) + >>> to_ctypes(coretypes.float64) # doctest: +SKIP """ if len(dshape) == 1: