From 3ec364f32c3e4c086f3f26fa5eeb0462196c8a34 Mon Sep 17 00:00:00 2001 From: Sergey B Kirpichev Date: Fri, 23 Aug 2024 14:43:03 +0300 Subject: [PATCH] Update Doc/library/string.rst --- Doc/library/string.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/string.rst b/Doc/library/string.rst index 33ca0fe806dcde..2ec8cc6b64cd17 100644 --- a/Doc/library/string.rst +++ b/Doc/library/string.rst @@ -594,7 +594,7 @@ The available presentation types for :class:`complex` are same as for formatted as floating-point numbers, accordingly specified presentaion type. They separated by mandatory sign of the imaginary part, terminated by ``j`` suffix. If presentation type is missing --- result match the output of -:func:`str` (numbers also surrounded by round parentheses, if real part is +:func:`str` (numbers also surrounded by parentheses, if real part is non-zero), altered by other format modifiers.