diff options
Diffstat (limited to 'docs/library/uio.rst')
-rw-r--r-- | docs/library/uio.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/library/uio.rst b/docs/library/uio.rst index 1a64b3658..dddb83a17 100644 --- a/docs/library/uio.rst +++ b/docs/library/uio.rst @@ -114,7 +114,9 @@ Classes Get the current contents of the underlying buffer which holds data. .. class:: StringIO(alloc_size) + :noindex: .. class:: BytesIO(alloc_size) + :noindex: Create an empty `StringIO`/`BytesIO` object, preallocated to hold up to *alloc_size* number of bytes. That means that writing that amount |