Skip to content

Commit 7d69c28

Browse files
committed
Another fix from dtype to type
1 parent 2f91b88 commit 7d69c28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pygmt/tests/test_clib_to_numpy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ def test_to_numpy_ndarray_numpy_dtypes_numeric(dtype, expected_dtype):
128128
#
129129
# 1. NumPy dtypes (see above)
130130
# 2. pandas dtypes
131-
# 3. PyArrow dtypes
131+
# 3. PyArrow types (see below)
132132
#
133133
# pandas provides following dtypes:
134134
#

0 commit comments

Comments
 (0)