Skip to content

Commit d4062c9

Browse files
fix comment
1 parent 9755487 commit d4062c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

octreelib/ransac/util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""
22
These functions are auxiliary functions for the RANSAC algorithm.
3-
They cannot be defined inside the RANSAC class because
3+
They cannot be defined inside the `CudaRansac` class because
44
`CudaRansac.__ransac_kernel` would not be able to access them.
55
"""
66

0 commit comments

Comments
 (0)