File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -130,6 +130,7 @@ docs@python.org), and we'll be glad to correct the problem.
130130 * Andrew MacIntyre
131131 * Vladimir Marangozov
132132 * Vincent Marchetti
133+ * Westley Martínez
133134 * Laura Matson
134135 * Daniel May
135136 * Rebecca McCreary
Original file line number Diff line number Diff line change @@ -310,10 +310,10 @@ The meaning of the various alignment options is as follows:
310310 | Option | Meaning |
311311 +=========+==========================================================+
312312 | ``'<' `` | Forces the field to be left-aligned within the available |
313- | | space (this is the default). |
313+ | | space (this is the default for most objects). |
314314 +---------+----------------------------------------------------------+
315315 | ``'>' `` | Forces the field to be right-aligned within the |
316- | | available space. |
316+ | | available space (this is the default for numbers). |
317317 +---------+----------------------------------------------------------+
318318 | ``'=' `` | Forces the padding to be placed after the sign (if any) |
319319 | | but before the digits. This is used for printing fields |
You can’t perform that action at this time.
0 commit comments