projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b7f19ff
)
asyncio: IncompleteReadError is a subclass of EOFError
author
Victor Stinner
<victor.stinner@gmail.com>
Mon, 27 Jan 2014 11:18:49 +0000
(12:18 +0100)
committer
Victor Stinner
<victor.stinner@gmail.com>
Mon, 27 Jan 2014 11:18:49 +0000
(12:18 +0100)
Doc/library/asyncio-stream.rst
patch
|
blob
|
history
diff --git
a/Doc/library/asyncio-stream.rst
b/Doc/library/asyncio-stream.rst
index cffb79be1cc95c61111bed280114a979ec92f428..22733c1adbf1dc9de1d23e8b13eae354a45f6a54 100644
(file)
--- a/
Doc/library/asyncio-stream.rst
+++ b/
Doc/library/asyncio-stream.rst
@@
-216,7
+216,7
@@
IncompleteReadError
.. exception:: IncompleteReadError
- Incomplete read error.
+ Incomplete read error
, subclass of :exc:`EOFError`
.
.. attribute:: expected