]> granicus.if.org Git - python/commitdiff
#10200: typo.
authorGeorg Brandl <georg@python.org>
Tue, 26 Oct 2010 19:31:06 +0000 (19:31 +0000)
committerGeorg Brandl <georg@python.org>
Tue, 26 Oct 2010 19:31:06 +0000 (19:31 +0000)
Doc/library/string.rst

index b905d3ac582dd4e2745f55d20479cdb54e399c1b..69cc25bbdf457b72e3c1fefda0c8cfad410d1dcc 100644 (file)
@@ -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