Skip to content

chore: remove redundant words in comment #61759

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 2, 2025
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