diff --git a/Doc/ACKS.txt b/Doc/ACKS.txt index c3ab2648859..bcf70b5ecb4 100644 --- a/Doc/ACKS.txt +++ b/Doc/ACKS.txt @@ -130,6 +130,7 @@ docs@python.org), and we'll be glad to correct the problem. * Andrew MacIntyre * Vladimir Marangozov * Vincent Marchetti + * Westley Martínez * Laura Matson * Daniel May * Rebecca McCreary diff --git a/Doc/library/string.rst b/Doc/library/string.rst index 4b6a6747a45..d45eb369239 100644 --- a/Doc/library/string.rst +++ b/Doc/library/string.rst @@ -310,10 +310,10 @@ The meaning of the various alignment options is as follows: | Option | Meaning | +=========+==========================================================+ | ``'<'`` | Forces the field to be left-aligned within the available | - | | space (this is the default). | + | | space (this is the default for most objects). | +---------+----------------------------------------------------------+ | ``'>'`` | Forces the field to be right-aligned within the | - | | available space. | + | | available space (this is the default for numbers). | +---------+----------------------------------------------------------+ | ``'='`` | Forces the padding to be placed after the sign (if any) | | | but before the digits. This is used for printing fields |