Skip to content

Commit df64941

Browse files
authoredFeb 13, 2024··
Merge pull request #1171 from pelson/docs/typos
Minor typos in the user guide
2 parents b603ff6 + 288acd2 commit df64941

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed
 

‎doc/userguide.rst

+5-5
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ you can use the casting operators.
166166
print(type(d)) # prints double[]
167167
168168
Great. Now you just need to figure out how to convert from a Java array into
169-
our something our visualization code can deal with. As nothing indicates that
169+
something our visualization code can deal with. As nothing indicates that
170170
you need to convert the array, you just copy out of the visualization tool
171171
example and watch what happens.
172172

@@ -189,7 +189,7 @@ Laboratory. (For the purpose of this exercise we will ignore the fact that
189189
Hawkins was shut down in 1984 and Java was created in 1995). You have the test
190190
subject strapped in and you just need to start the experiment. So you pull up
191191
Jupyter notebook your boss gave you and run through the cells. You need to
192-
added some heart wave monitor to the list of graphed results.
192+
add some heart wave monitor to the list of graphed results.
193193

194194
The relevant section of the API for the Experiment appears to be
195195

@@ -268,7 +268,7 @@ in a window. Job well done, so you set the runtime back to one hour. Looks
268268
like you still have time to make the intern woodlands hike and forest picnic.
269269
Though you wonder if maybe next year you should sign up for another laboratory.
270270
Maybe next year, you will try to sign up for those orbital lasers the President
271-
was talking about in the March. That sounds like real fun.
271+
was talking about back in March. That sounds like real fun.
272272
273273
(This advanced demonstration utilized the concept of Proxies_ and
274274
`Code completion`_)
@@ -330,7 +330,7 @@ in Python. However, the Java Virtual Machine (JVM) is used for many popular
330330
languages such a Kotlin and Scala. As such JPype can be used for any language
331331
which used the JVM.
332332
333-
That said each language has its own special properties that tend to be
333+
That said, each language has its own special properties that tend to be
334334
represented in different ways. If you would like JPype fully to operate on your
335335
particular language the following is required.
336336
@@ -382,7 +382,7 @@ costs to share data structures between Java and Python and potentially much
382382
higher level of integration. Noted downsides of Jython are that it has lagged
383383
well behind the state of the art in Python; it has a limited selection of
384384
modules that can be used; and the Python object thrashing is not particularly
385-
well fit in Java virtual machine leading to some known performance issues.
385+
well suited for the Java virtual machine, leading to some known performance issues.
386386
387387
`Py4J <https://py4j.org/>`_
388388
---------------------------

0 commit comments

Comments
 (0)
Please sign in to comment.