From 70cd7bc7489765483734eef795fdb49d09cc313f Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Tue, 26 Oct 2010 19:31:06 +0000 Subject: [PATCH] #10200: typo. --- 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 b905d3ac58..69cc25bbdf 100644 --- a/Doc/library/string.rst +++ b/Doc/library/string.rst @@ -114,7 +114,7 @@ implementation as the built-in :meth:`format` method. Loop over the format_string and return an iterable of tuples (*literal_text*, *field_name*, *format_spec*, *conversion*). This is used - by :meth:`vformat` to break the string in to either literal text, or + by :meth:`vformat` to break the string into either literal text, or replacement fields. The values in the tuple conceptually represent a span of literal text -- 2.49.0