Skip to content

Commit 4f15497

Browse files
committed
Fix two typos.
1 parent dd3643d commit 4f15497

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bigframes/dtypes.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"date32[day][pyarrow]",
6969
"time64[us][pyarrow]",
7070
"decimal128(38, 9)[pyarrow]",
71-
"decimal256(38, 9)[pyarrow]",
71+
"decimal256(76, 38)[pyarrow]",
7272
"binary[pyarrow]",
7373
]
7474

@@ -171,7 +171,7 @@
171171
}
172172

173173
# special case - string[pyarrow] doesn't include the storage in its name, and both
174-
# "string" and "string[pyarrow] are accepted"
174+
# "string" and "string[pyarrow]" are accepted
175175
BIGFRAMES_STRING_TO_BIGFRAMES["string[pyarrow]"] = pd.StringDtype(storage="pyarrow")
176176

177177
# For the purposes of dataframe.memory_usage

0 commit comments

Comments
 (0)