Skip to content

Commit 68d140b

Browse files
vibhathadanepitkin
andauthored
fix: reviews v2
Co-authored-by: Dane Pitkin <[email protected]>
1 parent 06566d9 commit 68d140b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

java/source/python_java.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ Python Component:
3939
# Starting from Python and generating data
4040
4141
# Create a Python DictionaryArray
42-
4342
dictionary = pa.dictionary(pa.int64(), pa.utf8())
4443
array = pa.array(["A", "B", "C", "A", "D"], dictionary)
4544
print("From Python")

0 commit comments

Comments
 (0)