Skip to content

Commit 769ce00

Browse files
Fix typo in intro documentation comment (#4440)
1 parent 0bffc3d commit 769ce00

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/intro/04_table_inputs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
# The ``data`` parameter also accepts a 2-D array, e.g.,
6969
#
7070
# - A 2-D :class:`list` (i.e., a list of lists)
71-
# - A :class:`numpy.ndarray` object with with a dimension of 2
71+
# - A :class:`numpy.ndarray` object with a dimension of 2
7272
# - A :class:`pandas.DataFrame` object
7373
#
7474
# This is useful when you want to plot data that is already in memory.

0 commit comments

Comments
 (0)