commit | 69d096597dde4d96c19421635f921df82628b07f | [log] [tgz] |
---|---|---|
author | Éric Araujo <merwok@netwok.org> | Wed Mar 12 19:35:54 2014 -0400 |
committer | Éric Araujo <merwok@netwok.org> | Wed Mar 12 19:35:54 2014 -0400 |
tree | 5405be4d2940ce34190a966a177696c847f3dde0 | |
parent | ae80f450a60a802de97d2eebee5d0be20f0c7ef5 [diff] [blame] |
Fix note markup (#16805). Patch by Tshepang Lekhonkhobe, reviewed by Georg Brandl.
diff --git a/Doc/library/io.rst b/Doc/library/io.rst index c2f5155..be20884 100644 --- a/Doc/library/io.rst +++ b/Doc/library/io.rst
@@ -644,6 +644,7 @@ :exc:`UnsupportedOperation`. .. warning:: + :class:`BufferedRWPair` does not attempt to synchronize accesses to its underlying raw streams. You should not pass it the same object as reader and writer; use :class:`BufferedRandom` instead.