commit | fa5e6e4773ea959a7cc354d54c50df507cf005c3 | [log] [tgz] |
---|---|---|
author | Éric Araujo <merwok@netwok.org> | Wed Mar 12 19:51:00 2014 -0400 |
committer | Éric Araujo <merwok@netwok.org> | Wed Mar 12 19:51:00 2014 -0400 |
tree | 31b2a5ad1a614394e303e171233c55d94646317f | |
parent | d0fc83d5ebf860664ab2156549d3eb98a50212cd [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 3d723c0..716767f 100644 --- a/Doc/library/io.rst +++ b/Doc/library/io.rst
@@ -681,6 +681,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.