Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6cee994 + cca40ff commit 4918560Copy full SHA for 4918560
1 file changed
Doc/library/codecs.rst
@@ -694,7 +694,7 @@ compatible with the Python codec registry.
694
Read one line from the input stream and return the decoded data.
695
696
*size*, if given, is passed as size argument to the stream's
697
- :meth:`readline` method.
+ :meth:`read` method.
698
699
If *keepends* is false line-endings will be stripped from the lines
700
returned.
0 commit comments