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