Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/source/user_guide/io.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5432,7 +5432,7 @@ A simple example loading all data from an Iceberg table ``my_table`` defined in
df = pd.read_iceberg("my_table", catalog_name="my_catalog")
Catalogs must be defined in the ``.pyiceberg.yaml`` file, usually in the home directory.
It is possible to to change properties of the catalog definition with the
It is possible to change properties of the catalog definition with the
``catalog_properties`` parameter:

.. code-block:: python
Expand Down
2 changes: 1 addition & 1 deletion pandas/compat/pickle_compat.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"pandas._libs.internals",
"_unpickle_block",
),
# Avoid Cython's warning "contradiction to to Python 'class private name' rules"
# Avoid Cython's warning "contradiction to Python 'class private name' rules"
("pandas._libs.tslibs.nattype", "__nat_unpickle"): (
"pandas._libs.tslibs.nattype",
"_nat_unpickle",
Expand Down
Loading