Skip to content

Commit 3550556

Browse files
authored
chore: remove redundant words in comment (#61759)
Signed-off-by: ianlv <[email protected]>
1 parent 4d67bb2 commit 3550556

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/source/user_guide/io.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5432,7 +5432,7 @@ A simple example loading all data from an Iceberg table ``my_table`` defined in
54325432
df = pd.read_iceberg("my_table", catalog_name="my_catalog")
54335433
54345434
Catalogs must be defined in the ``.pyiceberg.yaml`` file, usually in the home directory.
5435-
It is possible to to change properties of the catalog definition with the
5435+
It is possible to change properties of the catalog definition with the
54365436
``catalog_properties`` parameter:
54375437

54385438
.. code-block:: python

pandas/compat/pickle_compat.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"pandas._libs.internals",
3737
"_unpickle_block",
3838
),
39-
# Avoid Cython's warning "contradiction to to Python 'class private name' rules"
39+
# Avoid Cython's warning "contradiction to Python 'class private name' rules"
4040
("pandas._libs.tslibs.nattype", "__nat_unpickle"): (
4141
"pandas._libs.tslibs.nattype",
4242
"_nat_unpickle",

0 commit comments

Comments
 (0)