[Python-checkins] r85849 - python/branches/py3k/Doc/library/string.rst

georg.brandl python-checkins at python.org
Tue Oct 26 21:31:06 CEST 2010


Author: georg.brandl
Date: Tue Oct 26 21:31:06 2010
New Revision: 85849

Log:
#10200: typo.

Modified:
   python/branches/py3k/Doc/library/string.rst

Modified: python/branches/py3k/Doc/library/string.rst
==============================================================================
--- python/branches/py3k/Doc/library/string.rst	(original)
+++ python/branches/py3k/Doc/library/string.rst	Tue Oct 26 21:31:06 2010
@@ -114,7 +114,7 @@
 
       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


More information about the Python-checkins mailing list