Skip to content

Commit e24afd8

Browse files
committed
Minor typo in src/godot/classes.pyx.j2
1 parent 71acc21 commit e24afd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/godot/classes.pyx.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ cdef class BaseGDObject:
4141

4242
def _set_gd_ptr(self, ptr: int):
4343
# /!\ doing `<gd_object_t>ptr` would return the address of
44-
# the PyObject instead of casting it value !
44+
# the PyObject instead of casting its value !
4545
self._gd_ptr = <gd_object_t><size_t>ptr
4646
# Note if the object is a reference, we stole it from the caller given we
4747
# don't call `Reference.reference` here

0 commit comments

Comments
 (0)