Skip to content

Commit

Permalink
fix: minor wording issue
Browse files Browse the repository at this point in the history
  • Loading branch information
vibhatha committed Sep 6, 2023
1 parent beab435 commit 7befe38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/source/python_java.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Python Component:
import pyarrow as pa
from pyarrow.cffi import ffi as arrow_c
# Init the JVM and make MapValuesV2 class available to Python.
# Init the JVM and make MapValuesConsumer class available to Python.
jpype.startJVM(classpath=[ "../target/*"])
java_c_package = jpype.JPackage("org").apache.arrow.c
MapValuesConsumer = JClass('MapValuesConsumer')
Expand Down

0 comments on commit 7befe38

Please sign in to comment.