Skip to content

Commit 1843b35

Browse files
committed
Add docstrings to pygmt/datatypes.py
1 parent 9a1dc0c commit 1843b35

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

pygmt/datatypes.py

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
"""
2+
GMT data types for ctypes.
3+
4+
See the GMT source code gmt_resources.h for the original C struct definitions.
5+
"""
16
import ctypes as ctp
27

38

@@ -43,7 +48,7 @@ class GMT_DATATABLE(ctp.Structure):
4348

4449
class GMT_DATASET(ctp.Structure):
4550
"""
46-
Single container for an array of GMT tables (files)
51+
Single container for an array of GMT tables (files).
4752
"""
4853

4954
_fields_ = [

0 commit comments

Comments
 (0)