rephrase
diff --git a/Include/unicodeobject.h b/Include/unicodeobject.h
index ddc9000..569511f 100644
--- a/Include/unicodeobject.h
+++ b/Include/unicodeobject.h
@@ -1250,7 +1250,7 @@
 
    If Py_FileSystemDefaultEncoding is not set, fall back to UTF-8.
 
-   Use PyUnicode_DecodeFSDefaultAndSize() if you have the string length.
+   Use PyUnicode_DecodeFSDefaultAndSize() if the string length is known.
 */
 
 PyAPI_FUNC(PyObject*) PyUnicode_DecodeFSDefault(
@@ -1269,7 +1269,7 @@
     );
 
 /* Encode a Unicode object to Py_FileSystemDefaultEncoding with the
-   "surrogateescape" error handler, return a bytes object.
+   "surrogateescape" error handler, and return bytes.
 
    If Py_FileSystemDefaultEncoding is not set, fall back to UTF-8.
 */