Show More
@@ -661,7 +661,7 b' def compute_item_matrix(items, row_first=False, empty=None, *args, **kwargs) :' | |||||
661 | items |
|
661 | items | |
662 | list of strings to columize |
|
662 | list of strings to columize | |
663 | row_first : (default False) |
|
663 | row_first : (default False) | |
664 |
Whether to |
|
664 | Whether to compute columns for a row-first matrix instead of | |
665 | column-first (default). |
|
665 | column-first (default). | |
666 | empty : (default None) |
|
666 | empty : (default None) | |
667 | default value to fill list if needed |
|
667 | default value to fill list if needed | |
@@ -726,7 +726,7 b" def columnize(items, row_first=False, separator=' ', displaywidth=80):" | |||||
726 | The strings to process. |
|
726 | The strings to process. | |
727 |
|
727 | |||
728 | row_first : (default False) |
|
728 | row_first : (default False) | |
729 |
Whether to |
|
729 | Whether to compute columns for a row-first matrix instead of | |
730 | column-first (default). |
|
730 | column-first (default). | |
731 |
|
731 | |||
732 | separator : str, optional [default is two spaces] |
|
732 | separator : str, optional [default is two spaces] |
General Comments 0
You need to be logged in to leave comments.
Login now