File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2246,8 +2246,8 @@ def tabulate(
22462246 Tabulate will, by default, set the width of each column to the length of the
22472247 longest element in that column. However, in situations where fields are expected
22482248 to reasonably be too long to look good as a single line, tabulate can help automate
2249- word wrapping long fields for you. Use the parameter `maxcolwidth ` to provide a
2250- list of maximal column widths
2249+ word wrapping long fields for you. Use the parameter `maxcolwidths ` to provide a
2250+ list of maximal column widths:
22512251
22522252 >>> print(tabulate( \
22532253 [('1', 'John Smith', \
@@ -2264,7 +2264,7 @@ def tabulate(
22642264 | | | better if it is wrapped a bit |
22652265 +------------+------------+-------------------------------+
22662266
2267- Header column width can be specified in a similar way using `maxheadercolwidth`
2267+ Header column width can be specified in a similar way using `maxheadercolwidths`.
22682268
22692269 """
22702270
You can’t perform that action at this time.
0 commit comments