Skip to content

Commit f12d8c1

Browse files
committed
edit tabulate docstring: add an iterable of dictionaries
1 parent 94a5171 commit f12d8c1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tabulate.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -570,8 +570,9 @@ def tabulate(tabular_data, headers=[], tablefmt="simple",
570570
571571
The first required argument (`tabular_data`) can be a
572572
list-of-lists (or another iterable of iterables), a list of named
573-
tuples, a dictionary of iterables, a two-dimensional NumPy array,
574-
NumPy record array, or a Pandas' dataframe.
573+
tuples, a dictionary of iterables, an iterable of dictionaries,
574+
a two-dimensional NumPy array, NumPy record array, or a Pandas'
575+
dataframe.
575576
576577
577578
Table headers

0 commit comments

Comments
 (0)