Skip to content
This repository was archived by the owner on Jan 25, 2023. It is now read-only.

Commit 2ec82d9

Browse files
committed
capitalisation of pythop
1 parent 41ac5f1 commit 2ec82d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/user/jitclass.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@ Short methods can be inlined (at the discretion of LLVM inliner).
7878
Attributes access are simply reading from a C structure.
7979
Using jitclasses from the intpreter has the same overhead of calling any
8080
Numba compiled function from the interpreter. Arguments and return values
81-
must be unboxed or boxed between python objects and native representation.
82-
Values encapsulated by a jitclass does not get boxed into python object when
81+
must be unboxed or boxed between Python objects and native representation.
82+
Values encapsulated by a jitclass does not get boxed into Python object when
8383
the jitclass instance is handed to the interpreter. It is during attribute
8484
access to the field values that they are boxed.
8585

0 commit comments

Comments
 (0)