projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7ce57d6
)
Issue #18336. Fix a link to StreamReader's read() method.
author
Serhiy Storchaka
<storchaka@gmail.com>
Thu, 11 Jul 2013 15:26:13 +0000
(18:26 +0300)
committer
Serhiy Storchaka
<storchaka@gmail.com>
Thu, 11 Jul 2013 15:26:13 +0000
(18:26 +0300)
Doc/library/codecs.rst
patch
|
blob
|
history
diff --git
a/Doc/library/codecs.rst
b/Doc/library/codecs.rst
index e80fc3a33d2503855307768e4b704e5aef914ec3..fcef948895c1207b79b6ab6f513c70b7a3b97680 100644
(file)
--- a/
Doc/library/codecs.rst
+++ b/
Doc/library/codecs.rst
@@
-694,7
+694,7
@@
compatible with the Python codec registry.
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:`read
line
` method.
+ :meth:`read` method.
If *keepends* is false line-endings will be stripped from the lines
returned.