From 05f2f255d92c8d75cb931e528fe37597a79cc382 Mon Sep 17 00:00:00 2001 From: WANG Aiyong Date: Tue, 20 Jun 2017 14:23:26 +0800 Subject: [PATCH] Typo? --- doc/source/io.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/io.rst b/doc/source/io.rst index 340eb9aa053aa..e7c1cc13d103d 100644 --- a/doc/source/io.rst +++ b/doc/source/io.rst @@ -3407,7 +3407,7 @@ Fixed Format This was prior to 0.13.0 the ``Storer`` format. The examples above show storing using ``put``, which write the HDF5 to ``PyTables`` in a fixed array format, called -the ``fixed`` format. These types of stores are are **not** appendable once written (though you can simply +the ``fixed`` format. These types of stores are **not** appendable once written (though you can simply remove them and rewrite). Nor are they **queryable**; they must be retrieved in their entirety. They also do not support dataframes with non-unique column names. The ``fixed`` format stores offer very fast writing and slightly faster reading than ``table`` stores.