Skip to content

Commit 520f87b

Browse files
gepceljorisvandenbossche
authored andcommitted
DOC: typo (#16733)
1 parent 196eb8e commit 520f87b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: doc/source/io.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -3407,7 +3407,7 @@ Fixed Format
34073407
This was prior to 0.13.0 the ``Storer`` format.
34083408

34093409
The examples above show storing using ``put``, which write the HDF5 to ``PyTables`` in a fixed array format, called
3410-
the ``fixed`` format. These types of stores are are **not** appendable once written (though you can simply
3410+
the ``fixed`` format. These types of stores are **not** appendable once written (though you can simply
34113411
remove them and rewrite). Nor are they **queryable**; they must be
34123412
retrieved in their entirety. They also do not support dataframes with non-unique column names.
34133413
The ``fixed`` format stores offer very fast writing and slightly faster reading than ``table`` stores.

0 commit comments

Comments
 (0)