]> granicus.if.org Git - python/commitdiff
fix one more runon
authorBenjamin Peterson <benjamin@python.org>
Sat, 15 May 2010 17:43:57 +0000 (17:43 +0000)
committerBenjamin Peterson <benjamin@python.org>
Sat, 15 May 2010 17:43:57 +0000 (17:43 +0000)
Misc/NEWS

index a4a69388cf0145d577509f43d0840e99b3baf8dc..39231494e0d852b7aee2c9796ae249ccf2558a54 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -14,8 +14,8 @@ Core and Builtins
 
 - Issue #8715: Create PyUnicode_EncodeFSDefault() function: Encode a Unicode
   object to Py_FileSystemDefaultEncoding with the "surrogateescape" error
-  handler, return a bytes object. If Py_FileSystemDefaultEncoding is not set,
-  fall back to UTF-8.
+  handler, and return bytes. If Py_FileSystemDefaultEncoding is not set, fall
+  back to UTF-8.
 
 - Enable shortcuts for common encodings in PyUnicode_AsEncodedString() for any
   error handler, not only the default error handler (strict)