diff -r 6d278f426417 Doc/library/codecs.rst --- a/Doc/library/codecs.rst Fri Jul 05 18:05:29 2013 -1000 +++ b/Doc/library/codecs.rst Sat Jul 06 09:56:13 2013 +0200 @@ -694,7 +694,7 @@ Read one line from the input stream and return the decoded data. *size*, if given, is passed as size argument to the stream's - :meth:`readline` method. + `readline` method. If *keepends* is false line-endings will be stripped from the lines returned.