We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bffc3d commit 769ce00Copy full SHA for 769ce00
1 file changed
examples/intro/04_table_inputs.py
@@ -68,7 +68,7 @@
68
# The ``data`` parameter also accepts a 2-D array, e.g.,
69
#
70
# - A 2-D :class:`list` (i.e., a list of lists)
71
-# - A :class:`numpy.ndarray` object with with a dimension of 2
+# - A :class:`numpy.ndarray` object with a dimension of 2
72
# - A :class:`pandas.DataFrame` object
73
74
# This is useful when you want to plot data that is already in memory.
0 commit comments