Skip to content

Commit 49ae498

Browse files
committed
fix typo
1 parent fb0a5d8 commit 49ae498

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/python/b64.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ The following types of array objects in Python are supported:
4545

4646
- Numpy `numpy.ndarray` objects.
4747
- Pandas Index, `pandas.Index`, or Series, `pandas.Series`, objects.
48-
- Array objects that can be converted to `numpy.ndarray` objects. i.e., they implement `"__array__"` or `"__array_interface__"` and return a `numpy.ndarray.
48+
- Array objects that can be converted to `numpy.ndarray` objects. i.e., they implement `"__array__"` or `"__array_interface__"` and return a `numpy.ndarray`.
4949

5050
The following array data types are supported:
5151

0 commit comments

Comments
 (0)